mirror of https://github.com/FFmpeg/FFmpeg.git
* commit '6516632967da5e6bd7d6136e8678f826669ed26e': tests: Only run noproxy test if networking is enabled fifo: K&R formatting cosmetics Conflicts: libavformat/Makefile libavutil/fifo.c Merged-by: Michael Niedermayer <michaelni@gmx.at>pull/27/head
commit
7bd417c22a
3 changed files with 26 additions and 22 deletions
@ -1,14 +1,14 @@ |
||||
FATE_LIBAVFORMAT += fate-noproxy
|
||||
FATE_LIBAVFORMAT-$(CONFIG_NETWORK) += fate-noproxy
|
||||
fate-noproxy: libavformat/noproxy-test$(EXESUF) |
||||
fate-noproxy: CMD = run libavformat/noproxy-test |
||||
|
||||
FATE_LIBAVFORMAT += fate-srtp
|
||||
FATE_LIBAVFORMAT-yes += fate-srtp
|
||||
fate-srtp: libavformat/srtp-test$(EXESUF) |
||||
fate-srtp: CMD = run libavformat/srtp-test |
||||
|
||||
FATE_LIBAVFORMAT += fate-url
|
||||
FATE_LIBAVFORMAT-yes += fate-url
|
||||
fate-url: libavformat/url-test$(EXESUF) |
||||
fate-url: CMD = run libavformat/url-test |
||||
|
||||
FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT)
|
||||
FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT-yes)
|
||||
fate-libavformat: $(FATE_LIBAVFORMAT) |
||||
|
Loading…
Reference in new issue