mirror of https://git.ffmpeg.org/ffmpeg.git
Simplify phony target declaration.
Originally committed as revision 13450 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
60598b2f9a
commit
5caf0949c0
4
Makefile
4
Makefile
|
@ -341,8 +341,6 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
|
||||||
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
|
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
|
||||||
|
|
||||||
|
|
||||||
.PHONY: lib videohook documentation TAGS
|
.PHONY: lib videohook documentation TAGS *test regtest-* swscale-error
|
||||||
.PHONY: codectest libavtest seektest servertest fulltest test
|
|
||||||
.PHONY: $(CODEC_TESTS) $(LAVF_TESTS) regtest-ref swscale-error
|
|
||||||
|
|
||||||
-include $(VHOOK_DEPS)
|
-include $(VHOOK_DEPS)
|
||||||
|
|
Loading…
Reference in New Issue