From d1300235b91d92d31060efb42919147e67874fd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 10 Apr 2008 22:34:37 +0000 Subject: [PATCH] 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(-) diff --git a/Makefile b/Makefile index 7f2a652ebf7..e64264e1a50 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)) -- 2.39.2