[SCM] libav/experimental: configure: Do not add extralibs to avresample .pc file

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:58 UTC 2014


The following commit has been merged in the experimental branch:
commit b396bbad100a7493691d09b8dceba91e3cd28e2e
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Wed Jul 16 16:33:13 2014 +0200

    configure: Do not add extralibs to avresample .pc file
    
    The library does not have external dependencies.

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"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list