summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-31 11:38:08 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-31 11:38:08 +0000
commitff21c1b0560f8133bc46cbe9b5840a8a80a31689 (patch)
treefc18f38d6992e12b4df4e092ac49e3b93cf423a7 /Makefile
parent1d5fab9b33d30ba34e986fcf64e696e8fc1acc87 (diff)
Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.
Originally committed as revision 10885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d12ea066db..e2b60501b8 100644
--- 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*