diff Makefile @ 645:f53e17dec13f libavcodec

apiexample needs EXTRALIBS
author michaelni
date Thu, 05 Sep 2002 10:06:20 +0000
parents 641708b5c33c
children aad2dedb8b6a
line wrap: on
line diff
--- a/Makefile	Thu Sep 05 08:48:34 2002 +0000
+++ b/Makefile	Thu Sep 05 10:06:20 2002 +0000
@@ -130,7 +130,7 @@
 
 # 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