[FFmpeg-devel] [PATCH] Add versioning information to dlls

Jeremy Kolb jkolb
Fri May 30 21:37:53 CEST 2008



Diego Biurrun wrote:
> On Fri, May 30, 2008 at 02:39:14PM -0400, Jeremy Kolb wrote:
>   
>> Ok try this.  I also added version.h to CLEANFILES so that a make clean  
>> will remove it from the subdirectories.
>>     
>
> Wait, there still should be only one version.h file.  You may have to
> prepend the rule by $(SRC_PATH).
>
> Diego
>
>   
That doesn't work.  I then get

$ mingw32-make.exe dllinfo.o
mingw32-make: *** No rule to make target `version.h', needed by 
`dllinfo.o'.

I also tried changing the #include line to include '../version.h' but 
then I just get a

No rule to make target `../version.h', needed by `dllinfo.o'.

Jeremy





More information about the ffmpeg-devel mailing list