summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-07-16 16:33:13 +0200
committerLuca Barbato <lu_zero@gentoo.org>2014-07-21 22:18:35 +0200
commitb396bbad100a7493691d09b8dceba91e3cd28e2e (patch)
tree0ad0047c3d5389e26c66577258996010ef254dde /configure
parentfc27e7272e6f1a7053812f8a15b1b7098de44c71 (diff)
configure: Do not add extralibs to avresample .pc file
The library does not have external dependencies.
Diffstat (limited to 'configure')
-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"