From d1300235b91d92d31060efb42919147e67874fd7 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Thu, 10 Apr 2008 22:34:37 +0000 Subject: ffplay.d needs SDL_CFLAGS Originally committed as revision 12787 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.3