summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-04-10 22:34:37 +0000
committerMåns Rullgård <mans@mansr.com>2008-04-10 22:34:37 +0000
commitd1300235b91d92d31060efb42919147e67874fd7 (patch)
tree080276596711d212fbfb2375fac956aa1754f6b2 /Makefile
parent49e37ca9bd997af7309e937a1258f7f99fb1f536 (diff)
ffplay.d needs SDL_CFLAGS
Originally committed as revision 12787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f2a652ebf..e64264e1a5 100644
--- a/Makefile
+++ b/Makefile
@@ -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))