1 neondir = $(pluginsdir)/arm_neon
3 libchroma_yuv_neon_plugin_la_SOURCES = \
4 arm_neon/deinterleave_chroma.S \
8 arm_neon/chroma_yuv.c arm_neon/chroma_neon.h
9 libchroma_yuv_neon_plugin_la_CFLAGS = $(AM_CFLAGS)
10 libchroma_yuv_neon_plugin_LIBTOOLFLAGS = --tag=CC
12 libvolume_neon_plugin_la_SOURCES = arm_neon/volume.c arm_neon/amplify.S
13 libvolume_neon_plugin_la_CFLAGS = $(AM_CFLAGS)
14 libvolume_neon_plugin_LIBTOOLFLAGS = --tag=CC
16 libyuv_rgb_neon_plugin_la_SOURCES = \
18 arm_neon/i420_rv16.S \
22 libyuv_rgb_neon_plugin_la_CFLAGS = $(AM_CFLAGS)
23 libyuv_rgb_neon_plugin_LIBTOOLFLAGS = --tag=CC
27 libchroma_yuv_neon_plugin.la \
28 libvolume_neon_plugin.la \
29 libyuv_rgb_neon_plugin.la
32 EXTRA_DIST += arm_neon/asm.S