Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-07-16 18:33:13 +0400
committerLuca Barbato <lu_zero@gentoo.org>2014-07-22 00:18:35 +0400
commitb396bbad100a7493691d09b8dceba91e3cd28e2e (patch)
tree0ad0047c3d5389e26c66577258996010ef254dde
parentfc27e7272e6f1a7053812f8a15b1b7098de44c71 (diff)
configure: Do not add extralibs to avresample .pc file
The library does not have external dependencies.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 26e1e822c0..aa61573528 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"