Commit 87762e62 authored by Ilkka Ollakka's avatar Ilkka Ollakka

i420_rgb: separate mmx and sse2 asm code

parent f8e94001
This diff is collapsed.
......@@ -2,7 +2,7 @@ libi420_rgb_sse2_plugin_la_SOURCES = \
../video_chroma/i420_rgb.c \
../video_chroma/i420_rgb.h \
../video_chroma/i420_rgb16.c \
../mmx/i420_rgb_mmx.h
../sse2/i420_rgb_sse2.h
libi420_rgb_sse2_plugin_la_CFLAGS = $(AM_CFLAGS)
libi420_rgb_sse2_plugin_la_LIBADD = $(AM_LIBADD)
......
This diff is collapsed.
......@@ -42,7 +42,7 @@
# include "../mmx/i420_rgb_mmx.h"
# define VLC_TARGET VLC_MMX
#elif defined (MODULE_NAME_IS_i420_rgb_sse2)
# include "../mmx/i420_rgb_mmx.h"
# include "../sse2/i420_rgb_sse2.h"
# define VLC_TARGET VLC_SSE
#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