[FFmpeg-cvslog] avoid duplicate -lm in .pc files

Reinhard Tartler git at videolan.org
Fri Apr 29 04:38:02 CEST 2011


ffmpeg | branch: master | Reinhard Tartler <siretart at tauware.de> | Tue Apr 26 18:34:31 2011 +0200| [05a18adfb1e7e94d546112ff8e6f0828c89382a4] | committer: Reinhard Tartler

avoid duplicate -lm in .pc files

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=05a18adfb1e7e94d546112ff8e6f0828c89382a4
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index f514503..2b5aeab 100755
--- a/configure
+++ b/configure
@@ -3428,7 +3428,7 @@ EOF
 }
 
 pkgconfig_generate libavutil "Libav utility library" "$LIBAVUTIL_VERSION" "$LIBM"
-pkgconfig_generate libavcodec "Libav codec library" "$LIBAVCODEC_VERSION" "$extralibs $LIBM" "libavutil = $LIBAVUTIL_VERSION"
+pkgconfig_generate libavcodec "Libav codec library" "$LIBAVCODEC_VERSION" "$extralibs" "libavutil = $LIBAVUTIL_VERSION"
 pkgconfig_generate libavformat "Libav container format library" "$LIBAVFORMAT_VERSION" "$extralibs" "libavcodec = $LIBAVCODEC_VERSION"
 pkgconfig_generate libavdevice "Libav device handling library" "$LIBAVDEVICE_VERSION" "$extralibs" "libavformat = $LIBAVFORMAT_VERSION"
 pkgconfig_generate libavfilter "Libav video filtering library" "$LIBAVFILTER_VERSION" "$extralibs"



More information about the ffmpeg-cvslog mailing list