Simplify ffplay.o CFLAGS handling.

Originally committed as revision 9271 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-06-10 14:21:53 +00:00
parent 18caf192e7
commit 4566de5707
1 changed files with 1 additions and 2 deletions

View File

@ -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