diff Makefile @ 34445:1b8e44d85ef7

Fix testing of H.264 conformance tests. Most of them need -fps to be accepted. This obviously should be fixed, but is really low priority, so work around it instead.
author reimar
date Sun, 08 Jan 2012 10:47:41 +0000
parents 4496c52ff7f1
children 6c6fb701fa8e
line wrap: on
line diff
--- a/Makefile	Sun Jan 08 10:44:00 2012 +0000
+++ b/Makefile	Sun Jan 08 10:47:41 2012 +0000
@@ -983,12 +983,12 @@
 ###### regression tests #######
 
 BROKEN_SAMPLES =                         \
-    h264-conformance/CABA3_TOSHIBA_E.264 \
-    h264-conformance/CAPA1_TOSHIBA_B.264 \
-    h264-conformance/CI1_FT_B.264        \
+    h264-conformance/FM1_BT_B.h264       \
     h264-conformance/FM1_FT_E.264        \
+    h264-conformance/FM2_SVA_B.264       \
     pva/PVA_test-partial.pva             \
     wmv8/wmv_drm.wmv                     \
+    wtv/law-and-order-partial.wtv        \
 
 AUDIO_ONLY_SAMPLES =                                               \
     aac/% ac3/% amrnb/% amrwb/% atrac1/% atrac3/% bink/binkaudio%  \