Commit e5c11b06 authored by diego's avatar diego

Simplify phony target declaration.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13450 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 32d4e6db
......@@ -341,8 +341,6 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
.PHONY: lib videohook documentation TAGS
.PHONY: codectest libavtest seektest servertest fulltest test
.PHONY: $(CODEC_TESTS) $(LAVF_TESTS) regtest-ref swscale-error
.PHONY: lib videohook documentation TAGS *test regtest-* swscale-error
-include $(VHOOK_DEPS)
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