Commit d1300235 authored by Måns Rullgård's avatar Måns Rullgård

ffplay.d needs SDL_CFLAGS

Originally committed as revision 12787 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 49e37ca9
......@@ -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))
......
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