fate: Declare avcodec/avformat deps in the respective Makefile snippets
This commit is contained in:
@ -92,9 +92,6 @@ include $(SRC_PATH)/tests/fate/wma.mak
|
|||||||
FATE_AVCONV += $(FATE_AVCONV-yes)
|
FATE_AVCONV += $(FATE_AVCONV-yes)
|
||||||
FATE-$(CONFIG_AVCONV) += $(FATE_AVCONV)
|
FATE-$(CONFIG_AVCONV) += $(FATE_AVCONV)
|
||||||
|
|
||||||
FATE-$(CONFIG_AVCODEC) += $(FATE_LIBAVCODEC)
|
|
||||||
FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT)
|
|
||||||
|
|
||||||
FATE_SAMPLES_AVCONV += $(FATE_SAMPLES_AVCONV-yes)
|
FATE_SAMPLES_AVCONV += $(FATE_SAMPLES_AVCONV-yes)
|
||||||
FATE_SAMPLES-$(CONFIG_AVCONV) += $(FATE_SAMPLES_AVCONV)
|
FATE_SAMPLES-$(CONFIG_AVCONV) += $(FATE_SAMPLES_AVCONV)
|
||||||
FATE_SAMPLES += $(FATE_SAMPLES-yes)
|
FATE_SAMPLES += $(FATE_SAMPLES-yes)
|
||||||
|
@ -13,4 +13,5 @@ fate-rangecoder: CMD = run libavcodec/rangecoder-test
|
|||||||
fate-rangecoder: CMP = null
|
fate-rangecoder: CMP = null
|
||||||
fate-rangecoder: REF = /dev/null
|
fate-rangecoder: REF = /dev/null
|
||||||
|
|
||||||
|
FATE-$(CONFIG_AVCODEC) += $(FATE_LIBAVCODEC)
|
||||||
fate-libavcodec: $(FATE_LIBAVCODEC)
|
fate-libavcodec: $(FATE_LIBAVCODEC)
|
||||||
|
@ -2,4 +2,5 @@ FATE_LIBAVFORMAT += fate-url
|
|||||||
fate-url: libavformat/url-test$(EXESUF)
|
fate-url: libavformat/url-test$(EXESUF)
|
||||||
fate-url: CMD = run libavformat/url-test
|
fate-url: CMD = run libavformat/url-test
|
||||||
|
|
||||||
|
FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT)
|
||||||
fate-libavformat: $(FATE_LIBAVFORMAT)
|
fate-libavformat: $(FATE_LIBAVFORMAT)
|
||||||
|
Reference in New Issue
Block a user