Commit 15f6ccaa authored by diego's avatar diego

Simplify ffplay.o CFLAGS handling.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9271 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 75cc38a2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment