[vlc-commits] commit: Removed a debug remnant ( Felix Paul Kühne )
    git at videolan.org 
    git at videolan.org
       
    Sun Sep 12 15:21:21 CEST 2010
    
    
  
vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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
 
    
    
More information about the vlc-commits
mailing list