Skip to content
Snippets Groups Projects
Commit 03d8a050 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Hugo Beauzée-Luyssen
Browse files

i420_yuy2: use VLC_ALTIVEC

parent cb303e77
No related branches found
No related tags found
1 merge request!1934configure: allow VLC to run without AltiVec
......@@ -58,7 +58,6 @@ EXTRA_LTLIBRARIES += libswscale_plugin.la
# AltiVec
libi420_yuy2_altivec_plugin_la_SOURCES = video_chroma/i420_yuy2.c video_chroma/i420_yuy2.h
libi420_yuy2_altivec_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DPLUGIN_ALTIVEC
libi420_yuy2_altivec_plugin_la_CFLAGS = $(AM_CFLAGS) $(ALTIVEC_CFLAGS)
if HAVE_ALTIVEC
chroma_LTLIBRARIES += \
......
......@@ -51,7 +51,7 @@
# define VLC_TARGET VLC_SSE
#elif defined (PLUGIN_ALTIVEC)
# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422"
# define VLC_TARGET
# define VLC_TARGET VLC_ALTIVEC
#endif
/*****************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment