summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/common/Android.mk
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2012-03-07 13:17:52 +0200
committerMartin Storsjo <martin@martin.st>2012-08-16 15:58:43 +0300
commitfef71ef418d8ecff6d20fbd50b7fbabf6ad58f74 (patch)
treeb48db3143802871fa70835ea96af338d5a8d9b23 /media/libstagefright/codecs/common/Android.mk
parentadee070820d9b038ac811b3785de618349f35293 (diff)
downloadframeworks_av-fef71ef418d8ecff6d20fbd50b7fbabf6ad58f74.zip
frameworks_av-fef71ef418d8ecff6d20fbd50b7fbabf6ad58f74.tar.gz
frameworks_av-fef71ef418d8ecff6d20fbd50b7fbabf6ad58f74.tar.bz2
aacenc/amrwbenc: Remove the now unused LINUX define
This is no longer used by the codec code (except for the amrwbenc sample). Change-Id: I78c7f62f257c490bf44477217975a93abcc7779e
Diffstat (limited to 'media/libstagefright/codecs/common/Android.mk')
-rw-r--r--media/libstagefright/codecs/common/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/media/libstagefright/codecs/common/Android.mk b/media/libstagefright/codecs/common/Android.mk
index 77fe934..a33cb92 100644
--- a/media/libstagefright/codecs/common/Android.mk
+++ b/media/libstagefright/codecs/common/Android.mk
@@ -14,8 +14,6 @@ LOCAL_STATIC_LIBRARIES :=
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/include
-LOCAL_CFLAGS := $(VO_CFLAGS)
-
include $(BUILD_SHARED_LIBRARY)