[FFmpeg-soc] [soc]: r4538 - seek_api/seektest/Makefile

spyfeng subversion at mplayerhq.hu
Sun Jun 28 04:07:48 CEST 2009


Author: spyfeng
Date: Sun Jun 28 04:07:48 2009
New Revision: 4538

Log:
add make rule for seek_test2.c.

Modified:
   seek_api/seektest/Makefile

Modified: seek_api/seektest/Makefile
==============================================================================
--- seek_api/seektest/Makefile	Sun Jun 28 04:06:23 2009	(r4537)
+++ seek_api/seektest/Makefile	Sun Jun 28 04:07:48 2009	(r4538)
@@ -304,4 +304,6 @@ tests/%$(HOSTEXESUF): tests/%.c
 tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
 	$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
 
+tests/seek_test2$(EXESUF): tests/seek_test2.c $(FF_DEP_LIBS)
+    $(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
 .PHONY: documentation *test regtest-* zlib-error alltools check


More information about the FFmpeg-soc mailing list