[SCM] libav/experimental: Simplify phony target declaration.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:22:03 UTC 2013
The following commit has been merged in the experimental branch:
commit 5caf0949c09205d1568df9c8444714495a5615b0
Author: Diego Biurrun <diego at biurrun.de>
Date: Tue May 27 00:32:26 2008 +0000
Simplify phony target declaration.
Originally committed as revision 13450 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/Makefile b/Makefile
index 46a0055..8d70490 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list