Skip to content
Snippets Groups Projects
Commit cfda33cb authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

apiexample needs EXTRALIBS

Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6acce86b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment