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.
25 lines
796 B
25 lines
796 B
libi420_rgb_mmx_plugin_la_SOURCES = \
|
|
../video_chroma/i420_rgb.c \
|
|
../video_chroma/i420_rgb.h \
|
|
../video_chroma/i420_rgb16.c \
|
|
i420_rgb_mmx.h
|
|
libi420_rgb_mmx_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libi420_rgb_mmx_plugin_la_LIBADD = $(AM_LIBADD)
|
|
|
|
libi420_yuy2_mmx_plugin_la_SOURCES = \
|
|
../video_chroma/i420_yuy2.c \
|
|
../video_chroma/i420_yuy2.h
|
|
libi420_yuy2_mmx_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libi420_yuy2_mmx_plugin_la_LIBADD = $(AM_LIBADD)
|
|
|
|
libi422_yuy2_mmx_plugin_la_SOURCES = \
|
|
../video_chroma/i422_yuy2.c \
|
|
../video_chroma/i422_yuy2.h
|
|
libi422_yuy2_mmx_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libi422_yuy2_mmx_plugin_la_LIBADD = $(AM_LIBADD)
|
|
|
|
libvlc_LTLIBRARIES += \
|
|
libi420_rgb_mmx_plugin.la \
|
|
libi420_yuy2_mmx_plugin.la \
|
|
libi422_yuy2_mmx_plugin.la \
|
|
$(NULL)
|
|
|