projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49e37ca
)
ffplay.d needs SDL_CFLAGS
author
Måns Rullgård
<mans@mansr.com>
Thu, 10 Apr 2008 22:34:37 +0000
(22:34 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Thu, 10 Apr 2008 22:34:37 +0000
(22:34 +0000)
Originally committed as revision 12787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
7f2a652
..
e64264e
100644
(file)
--- 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))