Commit 12dbd8b3 authored by diego's avatar diego

Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10885 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b04e151f
......@@ -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*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment