[FFmpeg-cvslog] r25905 - trunk/Makefile
ramiro
subversion
Tue Dec 7 12:42:19 CET 2010
Author: ramiro
Date: Tue Dec 7 12:42:19 2010
New Revision: 25905
Log:
Fix building of object files in tools/
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Tue Dec 7 10:51:27 2010 (r25904)
+++ trunk/Makefile Tue Dec 7 12:42:19 2010 (r25905)
@@ -90,7 +90,7 @@ tools/%$(EXESUF): tools/%.o
$(LD) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
tools/%.o: tools/%.c
- $(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $<
+ $(CC) $(CPPFLAGS) $(CFLAGS) -c $(CC_O) $<
ffplay.o: CFLAGS += $(SDL_CFLAGS)
More information about the ffmpeg-cvslog
mailing list