Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-20 23:58:43 +0400
committerDiego Biurrun <diego@biurrun.de>2012-10-23 12:28:40 +0400
commit8b8899ac3233b4f7af83ded0dc032fad8902d714 (patch)
treefb9db47be2a13242eff6a844d6b5532a9f47f609 /tests/Makefile
parente273a1a54291440289bf6fb56874e92891e87dbb (diff)
fate: Declare avcodec/avformat deps in the respective Makefile snippets
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 93eb54801b..b7fb7403d5 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)