You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
972 B
30 lines
972 B
AM_CFLAGS += $(SSE2_CFLAGS)
|
|
|
|
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
|
|
libi420_rgb_sse2_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libi420_rgb_sse2_plugin_la_LIBADD = $(AM_LIBADD)
|
|
libi420_rgb_sse2_plugin_la_DEPENDENCIES =
|
|
|
|
libi420_yuy2_sse2_plugin_la_SOURCES = \
|
|
../video_chroma/i420_yuy2.c \
|
|
../video_chroma/i420_yuy2.h
|
|
libi420_yuy2_sse2_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libi420_yuy2_sse2_plugin_la_LIBADD = $(AM_LIBADD)
|
|
libi420_yuy2_sse2_plugin_la_DEPENDENCIES =
|
|
|
|
libi422_yuy2_sse2_plugin_la_SOURCES = \
|
|
../video_chroma/i422_yuy2.c \
|
|
../video_chroma/i422_yuy2.h
|
|
libi422_yuy2_sse2_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libi422_yuy2_sse2_plugin_la_LIBADD = $(AM_LIBADD)
|
|
libi422_yuy2_sse2_plugin_la_DEPENDENCIES =
|
|
|
|
libvlc_LTLIBRARIES += \
|
|
libi420_rgb_sse2_plugin.la \
|
|
libi420_yuy2_sse2_plugin.la \
|
|
libi422_yuy2_sse2_plugin.la \
|
|
$(NULL)
|
|
|