Lucas Soltic <lucas.soltic@...> writes:

> Is there any reliable way of knowing the names of the 
> libraries that will be created by a standard FFmpeg's
> configure & make process?
> On Unix platforms there are ".so" and ".so.version", 
> and on Windows, there are ".dll" and "-version.dll".

I probably misunderstand but are you suggesting that we 
name the Unix shared libraries *.dll ?
(Or the Windows shared libraries *.so ?)

> This makes it hard to use FFmpeg with CMake which 
> requires the library name to be already known at
> configuration time, in order to add install rules for 
> example.

Why are you using CMake?
And why would linkers be interested in the complete 
file name of the libraries, when I tested last, all 
sane linkers tried different suffixes...

Carl Eugen

_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to