diff options
Diffstat (limited to 'gst/deinterlace2/gstdeinterlace2.h')
-rw-r--r-- | gst/deinterlace2/gstdeinterlace2.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gst/deinterlace2/gstdeinterlace2.h b/gst/deinterlace2/gstdeinterlace2.h index 091602a5..ee9a2018 100644 --- a/gst/deinterlace2/gstdeinterlace2.h +++ b/gst/deinterlace2/gstdeinterlace2.h @@ -22,12 +22,17 @@ #ifndef __GST_DEINTERLACE_2_H__ #define __GST_DEINTERLACE_2_H__ +#include <gst/gst.h> +#include <gst/base/gstbasetransform.h> #include <liboil/liboil.h> -#include <liboil/liboilfunction.h> #include <liboil/liboilcpu.h> +#include <liboil/liboilfunction.h> -#include <gst/gst.h> -#include <gst/base/gstbasetransform.h> +#ifdef HAVE_GCC_ASM +#if defined(HAVE_CPU_I386) || defined(HAVE_CPU_X86_64) +#define BUILD_X86_ASM +#endif +#endif G_BEGIN_DECLS |