Commit fcb2d18d authored by Sam Hocevar's avatar Sam Hocevar

* modules/video_filter/deinterlace.c: included <altivec.h>.

parent 5ade1ddb
...@@ -31,6 +31,10 @@ ...@@ -31,6 +31,10 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc/vout.h> #include <vlc/vout.h>
#ifdef HAVE_ALTIVEC_H
# include <altivec.h>
#endif
#include "filter_common.h" #include "filter_common.h"
#define DEINTERLACE_DISCARD 1 #define DEINTERLACE_DISCARD 1
......
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