mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Give seektest .libs dependency so that it gets updated on libavformat changes.
patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de Originally committed as revision 10246 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a5a5984a25
commit
d664a6255b
2
Makefile
2
Makefile
@ -278,7 +278,7 @@ codectest mpeg4 mpeg ac3 snow snowll: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests
|
||||
libavtest: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw
|
||||
$(SRC_PATH)/tests/regression.sh $@ $(LIBAV_REFFILE) tests/vsynth1
|
||||
|
||||
seektest: tests/seek_test$(EXESUF)
|
||||
seektest: tests/seek_test$(EXESUF) .libs
|
||||
$(SRC_PATH)/tests/seek_test.sh $(SEEK_REFFILE)
|
||||
|
||||
ifeq ($(CONFIG_SWSCALER),yes)
|
||||
|
Loading…
Reference in New Issue
Block a user