vlc/vlc-1.1 | branch: master | Felix Paul Kühne <[email protected]> | Sun 
Sep 12 15:21:03 2010 +0200| [1ba31967230f793bfa2f2007d881769e752111d1] | 
committer: Felix Paul Kühne 

Removed a debug remnant

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=1ba31967230f793bfa2f2007d881769e752111d1
---

 modules/video_chroma/i420_yuy2.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/modules/video_chroma/i420_yuy2.c b/modules/video_chroma/i420_yuy2.c
index 74de254..3d51f22 100644
--- a/modules/video_chroma/i420_yuy2.c
+++ b/modules/video_chroma/i420_yuy2.c
@@ -34,8 +34,7 @@
 #include <vlc_plugin.h>
 #include <vlc_filter.h>
 
-//#if defined (MODULE_NAME_IS_i420_yuy2_altivec) && defined(HAVE_ALTIVEC_H)
-#ifdef __powerpc__
+#if defined (MODULE_NAME_IS_i420_yuy2_altivec) && defined(HAVE_ALTIVEC_H)
 #   include <altivec.h>
 #endif
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to