From ff21c1b0560f8133bc46cbe9b5840a8a80a31689 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Wed, 31 Oct 2007 11:38:08 +0000
Subject: [PATCH] Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test
 command.

Originally committed as revision 10885 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d12ea066db8..e2b60501b88 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*
-- 
GitLab