Commit 6af45400 authored by Alexis Ballier's avatar Alexis Ballier Committed by Rémi Denis-Courmont

Include altivec.h before any other vlc header

Including it after stdbool will cause compile failures as pointed by
Mike Frysinger in https://bugs.gentoo.org/show_bug.cgi?id=224289Signed-off-by: default avatarRémi Denis-Courmont <rem@videolan.org>
parent 2ec34bde
......@@ -30,16 +30,16 @@
# 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
......
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