diff options
author | Måns Rullgård <mans@mansr.com> | 2008-04-10 22:34:37 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-04-10 22:34:37 +0000 |
commit | d1300235b91d92d31060efb42919147e67874fd7 (patch) | |
tree | 080276596711d212fbfb2375fac956aa1754f6b2 | |
parent | 49e37ca9bd997af7309e937a1258f7f99fb1f536 (diff) | |
download | ffmpeg-d1300235b91d92d31060efb42919147e67874fd7.tar.gz |
ffplay.d needs SDL_CFLAGS
Originally committed as revision 12787 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ output_example$(EXESUF): output_example.o $(FF_DEP_LIBS) tools/%$(EXESUF): tools/%.c $(CC) $(CFLAGS) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS) -ffplay.o: CFLAGS += $(SDL_CFLAGS) +ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS) VHOOKCFLAGS += $(filter-out -mdynamic-no-pic,$(CFLAGS)) |