]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/deinterlace.c
Include altivec.h before any other vlc header
[vlc] / modules / video_filter / deinterlace.c
index 5dc4eeb828f0257dfef9fb16b931ae7160276bf1..e65a7dfce378949a4747c830cb0ee1ec4ecd3fea 100644 (file)
 # include "config.h"
 #endif
 
+#ifdef HAVE_ALTIVEC_H
+#   include <altivec.h>
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_plugin.h>
 #include <vlc_vout.h>
 #include <vlc_sout.h>
 #include "vlc_filter.h"
 
-#ifdef HAVE_ALTIVEC_H
-#   include <altivec.h>
-#endif
-
 #ifdef CAN_COMPILE_MMXEXT
 #   include "mmx.h"
 #endif