[SCM] libav/experimental: apiexample needs EXTRALIBS

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:33:13 UTC 2013


The following commit has been merged in the experimental branch:
commit cfda33cbadea66854b7ff0ebf9e55ee4572e923a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Sep 5 10:06:20 2002 +0000

    apiexample needs EXTRALIBS
    
    Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 07572d6..aecd34f 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -130,7 +130,7 @@ distclean: clean
 
 # api example program
 apiexample: apiexample.c $(LIB)
-	$(CC) $(CFLAGS) -o $@ $< $(LIB) -lm
+	$(CC) $(CFLAGS) -o $@ $< $(LIB) $(EXTRALIBS) -lm
 
 # cpuid test
 cpuid_test: i386/cputest.c

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list