Skip to content
Snippets Groups Projects
Commit ff21c1b0 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.

Originally committed as revision 10885 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1d5fab9b
No related branches found
No related tags found
No related merge requests found
...@@ -310,7 +310,7 @@ tests/asynth1.sw: tests/audiogen$(EXESUF) ...@@ -310,7 +310,7 @@ tests/asynth1.sw: tests/audiogen$(EXESUF)
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<
tests/seek_test$(EXESUF): tests/seek_test.c .libs 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* .PHONY: all lib videohook documentation install* wininstaller uninstall*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment