tests: Properly disable non-ported tests

This commit is contained in:
Edward Hervey 2012-03-29 17:41:36 +02:00
parent b635c69145
commit 71166456d0

View file

@ -1126,7 +1126,7 @@ GST_START_TEST (test_overlay_composition_premultiplied_alpha)
GST_END_TEST; GST_END_TEST;
#endif #endif
#if 0
GST_START_TEST (test_overlay_composition_global_alpha) GST_START_TEST (test_overlay_composition_global_alpha)
{ {
GstVideoOverlayRectangle *rect1; GstVideoOverlayRectangle *rect1;
@ -1505,7 +1505,7 @@ GST_START_TEST (test_overlay_composition_global_alpha)
} }
GST_END_TEST; GST_END_TEST;
#endif
static Suite * static Suite *
video_suite (void) video_suite (void)
{ {