summaryrefslogtreecommitdiffstats
path: root/sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/Android.mk
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-07-21 19:47:52 -0700
committerJames Dong <jdong@google.com>2011-07-21 19:47:52 -0700
commitabc28ea135621af9735021ea27763cdf624aada5 (patch)
treee3e269e94898bbb105701379ce0c1d1f5603cf9c /sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/Android.mk
parent9d669beeaf822d69178437f9ca8b3305cd124817 (diff)
downloaddevice_samsung_crespo-abc28ea135621af9735021ea27763cdf624aada5.zip
device_samsung_crespo-abc28ea135621af9735021ea27763cdf624aada5.tar.gz
device_samsung_crespo-abc28ea135621af9735021ea27763cdf624aada5.tar.bz2
Revert "Add color space convertor in SEC_OMX"
This reverts commit 7cf106ba5ff2dac2be536d8c84c715ca87d0a2d9.
Diffstat (limited to 'sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/Android.mk')
-rw-r--r--sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/Android.mk31
1 files changed, 0 insertions, 31 deletions
diff --git a/sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/Android.mk b/sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/Android.mk
deleted file mode 100644
index fee8529..0000000
--- a/sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/Android.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_MODULE_TAGS := optional
-
-LOCAL_SRC_FILES := \
- csc_yuv420_nv12t_y_neon.s \
- csc_yuv420_nv12t_uv_neon.s \
- csc_nv12t_yuv420_y_neon.s \
- csc_nv12t_yuv420_uv_neon.s \
- csc_interleave_memcpy.s \
- csc_deinterleave_memcpy.s
-
-LOCAL_MODULE := libseccsc
-
-
-
-LOCAL_CFLAGS :=
-
-LOCAL_ARM_MODE := arm
-
-LOCAL_STATIC_LIBRARIES :=
-
-LOCAL_SHARED_LIBRARIES := liblog
-
-LOCAL_C_INCLUDES := \
- $(SEC_CODECS)/video/mfc_c110/include
-
-include $(BUILD_STATIC_LIBRARY)
-