mirror of https://git.ffmpeg.org/ffmpeg.git
fate: Declare avcodec/avformat deps in the respective Makefile snippets
This commit is contained in:
parent
e273a1a542
commit
8b8899ac32
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue