Browse Source

ffplay.d needs SDL_CFLAGS

Originally committed as revision 12787 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 17 years ago
parent
commit
d1300235b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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))



Loading…
Cancel
Save