a52dec: Remove debug printf...
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 14 Jun 2010 12:34:56 +0000 (14:34 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 14 Jun 2010 12:34:56 +0000 (14:34 +0200)
ext/a52dec/gsta52dec.c

index ba62777..6d8cd19 100644 (file)
@@ -206,8 +206,6 @@ gst_a52dec_class_init (GstA52DecClass * klass)
   cpuflags = 0;
 #endif
 
-  g_print ("%p\n", orc_target_get_by_name ("mmx"));
-
   GST_LOG ("CPU flags: a52=%08x, liboil=%08x", klass->a52_cpuflags, cpuflags);
 }