]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate/libavformat.mak
Merge commit '0cef06df073934ca08d0357fcbbbcf2bc9b2a0cd'
[ffmpeg] / tests / fate / libavformat.mak
index 4102ce891de9a951b56c7d1d7f5f1dfd34e06169..1d6aa863b6c1794aafcfd4782e38f2e1311d0473 100644 (file)
@@ -18,5 +18,9 @@ FATE_LIBAVFORMAT-yes += fate-url
 fate-url: libavformat/url-test$(EXESUF)
 fate-url: CMD = run libavformat/url-test
 
+FATE_LIBAVFORMAT-$(CONFIG_MOV_MUXER) += fate-movenc
+fate-movenc: libavformat/movenc-test$(EXESUF)
+fate-movenc: CMD = run libavformat/movenc-test
+
 FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT-yes)
 fate-libavformat: $(FATE_LIBAVFORMAT)