ffmpeg | branch: master | Luca Barbato <lu_z...@gentoo.org> | Wed Jul 16 16:33:13 2014 +0200| [b396bbad100a7493691d09b8dceba91e3cd28e2e] | committer: Luca Barbato
configure: Do not add extralibs to avresample .pc file The library does not have external dependencies. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b396bbad100a7493691d09b8dceba91e3cd28e2e --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 26e1e82..aa61573 100755 --- a/configure +++ b/configure @@ -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" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog