[FFmpeg-cvslog] fate: Declare avcodec/avformat deps in the respective Makefile snippets

Diego Biurrun git at videolan.org
Tue Oct 23 15:04:54 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Oct 20 21:58:43 2012 +0200| [8b8899ac3233b4f7af83ded0dc032fad8902d714] | committer: Diego Biurrun

fate: Declare avcodec/avformat deps in the respective Makefile snippets

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b8899ac3233b4f7af83ded0dc032fad8902d714
---

 tests/Makefile             |    3 ---
 tests/fate/libavcodec.mak  |    1 +
 tests/fate/libavformat.mak |    1 +
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index 93eb548..b7fb740 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -92,9 +92,6 @@ include $(SRC_PATH)/tests/fate/wma.mak
 FATE_AVCONV += $(FATE_AVCONV-yes)
 FATE-$(CONFIG_AVCONV) += $(FATE_AVCONV)
 
-FATE-$(CONFIG_AVCODEC)  += $(FATE_LIBAVCODEC)
-FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT)
-
 FATE_SAMPLES_AVCONV           += $(FATE_SAMPLES_AVCONV-yes)
 FATE_SAMPLES-$(CONFIG_AVCONV) += $(FATE_SAMPLES_AVCONV)
 FATE_SAMPLES += $(FATE_SAMPLES-yes)
diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak
index 765a1b8..e7831bb 100644
--- a/tests/fate/libavcodec.mak
+++ b/tests/fate/libavcodec.mak
@@ -13,4 +13,5 @@ fate-rangecoder: CMD = run libavcodec/rangecoder-test
 fate-rangecoder: CMP = null
 fate-rangecoder: REF = /dev/null
 
+FATE-$(CONFIG_AVCODEC) += $(FATE_LIBAVCODEC)
 fate-libavcodec: $(FATE_LIBAVCODEC)
diff --git a/tests/fate/libavformat.mak b/tests/fate/libavformat.mak
index 9e5a9f0..b6eda42 100644
--- a/tests/fate/libavformat.mak
+++ b/tests/fate/libavformat.mak
@@ -2,4 +2,5 @@ FATE_LIBAVFORMAT += fate-url
 fate-url: libavformat/url-test$(EXESUF)
 fate-url: CMD = run libavformat/url-test
 
+FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT)
 fate-libavformat: $(FATE_LIBAVFORMAT)



More information about the ffmpeg-cvslog mailing list