summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-01-26 18:58:03 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-26 18:58:03 +0000
commit64b08d230c94872e014831bdb7b8a323c4b584ec (patch)
tree37ea4b732b315e61d893cd054a0ac7818024fd07 /media
parent252a9101480d7a554476f0f680710fcab13d1369 (diff)
parentcbb803a57f8bbfbdcc3e9857d16a38a47106a26c (diff)
downloadframeworks_av-64b08d230c94872e014831bdb7b8a323c4b584ec.zip
frameworks_av-64b08d230c94872e014831bdb7b8a323c4b584ec.tar.gz
frameworks_av-64b08d230c94872e014831bdb7b8a323c4b584ec.tar.bz2
am cbb803a5: Merge "Remove superfluous OpenSSL include paths."
* commit 'cbb803a57f8bbfbdcc3e9857d16a38a47106a26c': Remove superfluous OpenSSL include paths.
Diffstat (limited to 'media')
-rw-r--r--media/libstagefright/codecs/on2/enc/Android.mk1
-rw-r--r--media/libstagefright/httplive/Android.mk3
-rw-r--r--media/libstagefright/rtsp/Android.mk5
3 files changed, 4 insertions, 5 deletions
diff --git a/media/libstagefright/codecs/on2/enc/Android.mk b/media/libstagefright/codecs/on2/enc/Android.mk
index e265104..253fa04 100644
--- a/media/libstagefright/codecs/on2/enc/Android.mk
+++ b/media/libstagefright/codecs/on2/enc/Android.mk
@@ -6,7 +6,6 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES := \
$(TOP)/external/libvpx/libvpx \
- $(TOP)/external/openssl/include \
$(TOP)/external/libvpx/libvpx/vpx_codec \
$(TOP)/external/libvpx/libvpx/vpx_ports \
frameworks/av/media/libstagefright/include \
diff --git a/media/libstagefright/httplive/Android.mk b/media/libstagefright/httplive/Android.mk
index e8d558c..93b7935 100644
--- a/media/libstagefright/httplive/Android.mk
+++ b/media/libstagefright/httplive/Android.mk
@@ -10,8 +10,7 @@ LOCAL_SRC_FILES:= \
LOCAL_C_INCLUDES:= \
$(TOP)/frameworks/av/media/libstagefright \
- $(TOP)/frameworks/native/include/media/openmax \
- $(TOP)/external/openssl/include
+ $(TOP)/frameworks/native/include/media/openmax
LOCAL_CFLAGS += -Werror
diff --git a/media/libstagefright/rtsp/Android.mk b/media/libstagefright/rtsp/Android.mk
index d60dc2f..9fedb71 100644
--- a/media/libstagefright/rtsp/Android.mk
+++ b/media/libstagefright/rtsp/Android.mk
@@ -19,10 +19,11 @@ LOCAL_SRC_FILES:= \
ASessionDescription.cpp \
SDPLoader.cpp \
+LOCAL_SHARED_LIBRARIES += libcrypto
+
LOCAL_C_INCLUDES:= \
$(TOP)/frameworks/av/media/libstagefright \
- $(TOP)/frameworks/native/include/media/openmax \
- $(TOP)/external/openssl/include
+ $(TOP)/frameworks/native/include/media/openmax
LOCAL_MODULE:= libstagefright_rtsp