18adaa3c45591e8596650912b2411230c9a49834
[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                             csc_ARGB8888_to_YUV420SP_NEON.s \
5                             csc_interleave_memcpy_neon.s \
6                             csc_linear_to_tiled_crop_neon.s \
7                             csc_linear_to_tiled_interleave_crop_neon.s \
8                             csc_tiled_to_linear_crop_neon.s \
9                             csc_tiled_to_linear_deinterleave_crop_neon.s
10
11
12 libswconverter_la_LIBADD =
13 libswconverter_la_CFLAGS = -I$(top_srcdir)/exynos4/include \
14                            -I$(top_srcdir)/exynos/include
15
16 libswconverter_la_LDFLAGS = "-Wl,-z,noexecstack"
17