[FFmpeg-cvslog] fate: introduce subtitles.mak and move SubRip test in it.
Clément Bœsch
git at videolan.org
Fri Jun 29 20:29:53 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri Jun 15 19:08:28 2012 +0200| [04568f8d1a3bf1d8b66e8162288bf227724aa80b] | committer: Clément Bœsch
fate: introduce subtitles.mak and move SubRip test in it.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04568f8d1a3bf1d8b66e8162288bf227724aa80b
---
tests/Makefile | 1 +
tests/fate/subtitles.mak | 5 +++++
tests/fate/video.mak | 3 ---
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/tests/Makefile b/tests/Makefile
index d91c079..266901c 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -72,6 +72,7 @@ include $(SRC_PATH)/tests/fate/qt.mak
include $(SRC_PATH)/tests/fate/qtrle.mak
include $(SRC_PATH)/tests/fate/real.mak
include $(SRC_PATH)/tests/fate/screen.mak
+include $(SRC_PATH)/tests/fate/subtitles.mak
include $(SRC_PATH)/tests/fate/utvideo.mak
include $(SRC_PATH)/tests/fate/video.mak
include $(SRC_PATH)/tests/fate/voice.mak
diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak
new file mode 100644
index 0000000..4378c83
--- /dev/null
+++ b/tests/fate/subtitles.mak
@@ -0,0 +1,5 @@
+FATE_SUBTITLES += fate-sub-srt
+fate-sub-srt: CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass
+
+FATE_SAMPLES_FFMPEG += $(FATE_SUBTITLES)
+fate-subtitles: $(FATE_SUBTITLES)
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index 0e768a5..8fd3f1a 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -194,9 +194,6 @@ fate-smc: CMD = framecrc -i $(SAMPLES)/smc/cass_schi.qt -pix_fmt rgb24
FATE_VIDEO += fate-sp5x
fate-sp5x: CMD = framecrc -idct simple -i $(SAMPLES)/sp5x/sp5x_problem.avi
-FATE_VIDEO += fate-sub-srt
-fate-sub-srt: CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass
-
FATE_VIDEO += fate-thp
fate-thp: CMD = framecrc -idct simple -i $(SAMPLES)/thp/pikmin2-opening1-partial.thp -an
More information about the ffmpeg-cvslog
mailing list