From f23a740303e0ae54f2dac936188475b9a9c761fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 12 Feb 2012 11:52:10 +0100 Subject: [PATCH] Add muxer test based on stream-copy from FATE sample. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should test muxing Theora into Ogg. Signed-off-by: Reimar Döffinger --- configure | 6 ++++-- tests/Makefile | 4 ++++ tests/fate-run.sh | 6 +++++- tests/lavf-regression.sh | 12 ++++++++++++ tests/ref/lavf-fate/ogg_vp3 | 3 +++ tests/regression-funcs.sh | 1 + 6 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 tests/ref/lavf-fate/ogg_vp3 diff --git a/configure b/configure index 9608bee82c..70fc01657c 100755 --- a/configure +++ b/configure @@ -1778,7 +1778,7 @@ test_deps _muxer _demuxer \ pcm_mulaw=mulaw \ mxf="mxf mxf_d10" \ nut \ - ogg \ + ogg="ogg ogg_vp3" \ rawvideo=pixfmt \ rm \ swf \ @@ -1946,11 +1946,12 @@ find_tests(){ ACODEC_TESTS=$(find_tests acodec) VCODEC_TESTS=$(find_tests vsynth1) +LAVF_FATE_TESTS=$(find_tests lavf-fate) LAVF_TESTS=$(find_tests lavf) LAVFI_TESTS=$(find_tests lavfi) SEEK_TESTS=$(find_tests seek seek_) -ALL_TESTS="$ACODEC_TESTS $VCODEC_TESTS $LAVF_TESTS $LAVFI_TESTS $SEEK_TESTS" +ALL_TESTS="$ACODEC_TESTS $VCODEC_TESTS $LAVF_FATE_TESTS $LAVF_TESTS $LAVFI_TESTS $SEEK_TESTS" pcm_test_deps=$(map 'echo ${v%_*}_decoder $v' $(filter pcm_* $ENCODER_LIST)) @@ -3699,6 +3700,7 @@ print_config CONFIG_ "$config_files" $CONFIG_LIST \ cat >>config.mak <