[FFmpeg-devel] [PATCH] Use pkgconfig for dirac libs
Chris Hills
chaz
Wed Oct 22 16:35:16 CEST 2008
On 22/10/08 07:29, Diego Biurrun wrote:
> Absolutely not, using pkg-config at all is a workaround for libdirac's
> horrid include path design. They have 3 directories for 5 header files.
> Unfortunately the fact that nobody else does this did not tell them
> anything...
That was perhaps true older versions, but pkg-config --cflags with dirac
1.0.0 gives the following output for me (and ffmpeg compiles fine):-
-I/home/chaz/Libraries/libdirac/1.0.0/include/dirac
So I think either use pkg-config for both cflags and libs, or remove it
altogether. Using it for just one or the other is inconsistent.
More information about the ffmpeg-devel
mailing list