[FFmpeg-cvslog] r9271 - trunk/Makefile
diego
subversion
Sun Jun 10 16:21:53 CEST 2007
Author: diego
Date: Sun Jun 10 16:21:53 2007
New Revision: 9271
Log:
Simplify ffplay.o CFLAGS handling.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Jun 10 16:21:53 2007
@@ -92,8 +92,7 @@ qt-faststart$(EXESUF): qt-faststart.c
cws2fws$(EXESUF): cws2fws.c
$(CC) $(CFLAGS) $< -o $@ -lz
-ffplay.o: ffplay.c
- $(CC) $(CFLAGS) $(SDL_CFLAGS) -c -o $@ $<
+ffplay.o: CFLAGS += $(SDL_CFLAGS)
ffmpeg.o ffplay.o ffserver.o: version.h
More information about the ffmpeg-cvslog
mailing list