[FFmpeg-cvslog] r10885 - trunk/Makefile

diego subversion
Wed Oct 31 12:38:08 CET 2007


Author: diego
Date: Wed Oct 31 12:38:08 2007
New Revision: 10885

Log:
Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Oct 31 12:38:08 2007
@@ -310,7 +310,7 @@ tests/asynth1.sw: tests/audiogen$(EXESUF
 	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<
 
 tests/seek_test$(EXESUF): tests/seek_test.c .libs
-	$(CC) $(LDFLAGS) $(CFLAGS) -DHAVE_AV_CONFIG_H -o $@ $< $(EXTRALIBS)
+	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< $(EXTRALIBS)
 
 
 .PHONY: all lib videohook documentation install* wininstaller uninstall*




More information about the ffmpeg-cvslog mailing list