projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d5fab9
)
Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 31 Oct 2007 11:38:08 +0000
(11:38 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 31 Oct 2007 11:38:08 +0000
(11:38 +0000)
Originally committed as revision 10885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
d12ea06
..
e2b6050
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-310,7
+310,7
@@
tests/asynth1.sw: tests/audiogen$(EXESUF)
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<
tests/seek_test$(EXESUF): tests/seek_test.c .libs
- $(CC) $(LDFLAGS) $(CFLAGS) -
DHAVE_AV_CONFIG_H -
o $@ $< $(EXTRALIBS)
+ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< $(EXTRALIBS)
.PHONY: all lib videohook documentation install* wininstaller uninstall*