Commit 5ec5f619 authored by Sam Hocevar's avatar Sam Hocevar

* modules/video_chroma/i420_yuy2.c: only include <altivec.h> when building

    the AltiVec version of this module.
parent f469bdd1
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc/vout.h> #include <vlc/vout.h>
#ifdef HAVE_ALTIVEC_H #if defined (MODULE_NAME_IS_i420_yuy2_altivec) && defined(HAVE_ALTIVEC_H)
# include <altivec.h> # include <altivec.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment