diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-07-16 16:33:13 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-07-21 22:18:35 +0200 |
commit | b396bbad100a7493691d09b8dceba91e3cd28e2e (patch) | |
tree | 0ad0047c3d5389e26c66577258996010ef254dde | |
parent | fc27e7272e6f1a7053812f8a15b1b7098de44c71 (diff) | |
download | ffmpeg-b396bbad100a7493691d09b8dceba91e3cd28e2e.tar.gz |
configure: Do not add extralibs to avresample .pc file
The library does not have external dependencies.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4758,5 +4758,5 @@ pkgconfig_generate libavcodec "Libav codec library" "$LIBAVCODEC_V pkgconfig_generate libavformat "Libav container format library" "$LIBAVFORMAT_VERSION" "$extralibs" pkgconfig_generate libavdevice "Libav device handling library" "$LIBAVDEVICE_VERSION" "$extralibs" pkgconfig_generate libavfilter "Libav video filtering library" "$LIBAVFILTER_VERSION" "$extralibs" -pkgconfig_generate libavresample "Libav audio resampling library" "$LIBAVRESAMPLE_VERSION" "$extralibs" +pkgconfig_generate libavresample "Libav audio resampling library" "$LIBAVRESAMPLE_VERSION" "$LIBM" pkgconfig_generate libswscale "Libav image rescaling library" "$LIBSWSCALE_VERSION" "$LIBM" |