diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-20 21:58:43 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-23 10:28:40 +0200 |
commit | 8b8899ac3233b4f7af83ded0dc032fad8902d714 (patch) | |
tree | fb9db47be2a13242eff6a844d6b5532a9f47f609 /tests/Makefile | |
parent | e273a1a54291440289bf6fb56874e92891e87dbb (diff) | |
download | ffmpeg-8b8899ac3233b4f7af83ded0dc032fad8902d714.tar.gz |
fate: Declare avcodec/avformat deps in the respective Makefile snippets
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 3 |
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) |