Browse Source

Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.

Originally committed as revision 10885 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
ff21c1b056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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*


Loading…
Cancel
Save