fixed coverity issues
[platform/adaptation/ap_samsung/libomxil-e3250-v4l2.git] / exynos4 / libswconverter / Makefile.am
1 lib_LTLIBRARIES = libswconverter.la
2
3 libswconverter_la_SOURCES = swconvertor.c
4
5 libswconverter_la_LIBADD =
6 libswconverter_la_CFLAGS = -I$(top_srcdir)/exynos4/include \
7                            -I$(top_srcdir)/exynos/include
8
9 if BOARD_USE_NEON
10 libswconverter_la_SOURCES += csc_ARGB8888_to_YUV420SP_NEON.s \
11                             csc_interleave_memcpy_neon.s \
12                             csc_linear_to_tiled_crop_neon.s \
13                             csc_linear_to_tiled_interleave_crop_neon.s \
14                             csc_tiled_to_linear_crop_neon.s \
15                             csc_tiled_to_linear_deinterleave_crop_neon.s
16
17 endif