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.
16 lines
547 B
16 lines
547 B
libmemcpyaltivec_plugin_la_SOURCES = memcpy.c
|
|
libmemcpyaltivec_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libmemcpyaltivec_plugin_la_LIBADD = $(AM_LIBADD)
|
|
libmemcpyaltivec_plugin_la_DEPENDENCIES =
|
|
|
|
libi420_yuy2_altivec_plugin_la_SOURCES = \
|
|
../video_chroma/i420_yuy2.c \
|
|
../video_chroma/i420_yuy2.h
|
|
libi420_yuy2_altivec_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libi420_yuy2_altivec_plugin_la_LIBADD = $(AM_LIBADD)
|
|
libi420_yuy2_altivec_plugin_la_DEPENDENCIES =
|
|
|
|
libvlc_LTLIBRARIES += \
|
|
libmemcpyaltivec_plugin.la \
|
|
libi420_yuy2_altivec_plugin.la \
|
|
$(NULL)
|
|
|