Commit 9ad7c0b0 authored by michaelni's avatar michaelni

apiexample needs EXTRALIBS


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@906 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f6d8542f
...@@ -130,7 +130,7 @@ distclean: clean ...@@ -130,7 +130,7 @@ distclean: clean
# api example program # api example program
apiexample: apiexample.c $(LIB) apiexample: apiexample.c $(LIB)
$(CC) $(CFLAGS) -o $@ $< $(LIB) -lm $(CC) $(CFLAGS) -o $@ $< $(LIB) $(EXTRALIBS) -lm
# cpuid test # cpuid test
cpuid_test: i386/cputest.c cpuid_test: i386/cputest.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment