[FFmpeg-devel] [PATCH]Allow libspeex detection also without pkg-config
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed Dec 31 14:02:20 CET 2014
On Wed, Dec 31, 2014 at 01:25:33PM +0100, Nicolas George wrote:
> Le primidi 11 nivôse, an CCXXIII, Carl Eugen Hoyos a écrit :
> > Attached patch fixes ticket #4197 for me.
>
> Installing pkg-config fixes ticket #4197 for you.
>
> I object to any useless obfuscation to configure.
I don't care much, but I still find not having to use pkg-config
somewhat more convenient in a cross-compilation environment where
you don't want to install all dependencies just to make it work with
pkg-config (or alternatively manually hack those files).
There is also a (minority) of projects with pkg-config files that
cause undesirable side-effects which can hide errors.
>From my system:
1) SDL and apr add -D_GNU_SOURCE=1
2) fuse adds -D_FILE_OFFSET_BITS=64
3) xorg-server adds -fvisibility=hidden
I admit that it looks surprisingly good nowadays though.
More information about the ffmpeg-devel
mailing list