Merge change 860 into donut
* changes: Change 79 in git master branch
This commit is contained in:
@@ -3,31 +3,32 @@ LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES:= \
|
||||
android_media_MediaPlayer.cpp \
|
||||
android_media_MediaRecorder.cpp \
|
||||
android_media_MediaScanner.cpp \
|
||||
android_media_MediaMetadataRetriever.cpp \
|
||||
android_media_AmrInputStream.cpp \
|
||||
android_media_ResampleInputStream.cpp
|
||||
android_media_MediaPlayer.cpp \
|
||||
android_media_MediaRecorder.cpp \
|
||||
android_media_MediaScanner.cpp \
|
||||
android_media_MediaMetadataRetriever.cpp \
|
||||
android_media_AmrInputStream.cpp \
|
||||
android_media_ResampleInputStream.cpp
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libopencoreplayer \
|
||||
libopencoreauthor \
|
||||
libandroid_runtime \
|
||||
libnativehelper \
|
||||
libcutils \
|
||||
libutils \
|
||||
libmedia \
|
||||
libsgl \
|
||||
libui
|
||||
libopencore_player \
|
||||
libopencore_author \
|
||||
libomx_amrenc_sharedlibrary \
|
||||
libandroid_runtime \
|
||||
libnativehelper \
|
||||
libcutils \
|
||||
libutils \
|
||||
libmedia \
|
||||
libsgl \
|
||||
libui
|
||||
|
||||
LOCAL_STATIC_LIBRARIES :=
|
||||
|
||||
LOCAL_C_INCLUDES += \
|
||||
external/tremor/Tremor \
|
||||
$(PV_INCLUDES) \
|
||||
$(JNI_H_INCLUDE) \
|
||||
$(call include-path-for, corecg graphics)
|
||||
external/tremor/Tremor \
|
||||
$(PV_INCLUDES) \
|
||||
$(JNI_H_INCLUDE) \
|
||||
$(call include-path-for, corecg graphics)
|
||||
|
||||
LOCAL_CFLAGS +=
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ static void android_media_AmrInputStream_GsmAmrEncoderInitialize
|
||||
encodeProps.iInNumChannels = 1;
|
||||
encodeProps.iInInterleaveMode = TEncodeProperties::EINTERLEAVE_LR;
|
||||
encodeProps.iMode = CPvGsmAmrEncoder::GSM_AMR_12_2;
|
||||
encodeProps.iBitStreamFormatIf2 = false;
|
||||
encodeProps.iBitStreamFormat = false;
|
||||
encodeProps.iAudioObjectType = 0;
|
||||
encodeProps.iOutSamplingRate = encodeProps.iInSamplingRate;
|
||||
encodeProps.iOutNumChannels = encodeProps.iInNumChannels;
|
||||
|
||||
@@ -7,28 +7,28 @@ LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES:= \
|
||||
MediaRecorderClient.cpp \
|
||||
MediaPlayerService.cpp \
|
||||
MetadataRetrieverClient.cpp \
|
||||
VorbisPlayer.cpp \
|
||||
MidiFile.cpp
|
||||
MediaRecorderClient.cpp \
|
||||
MediaPlayerService.cpp \
|
||||
MetadataRetrieverClient.cpp \
|
||||
VorbisPlayer.cpp \
|
||||
MidiFile.cpp
|
||||
|
||||
ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
|
||||
LOCAL_LDLIBS += -ldl -lpthread
|
||||
endif
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libcutils \
|
||||
libutils \
|
||||
libvorbisidec \
|
||||
libsonivox \
|
||||
libopencoreplayer \
|
||||
libopencoreauthor \
|
||||
libmedia \
|
||||
libandroid_runtime
|
||||
libcutils \
|
||||
libutils \
|
||||
libvorbisidec \
|
||||
libsonivox \
|
||||
libopencore_player \
|
||||
libopencore_author \
|
||||
libmedia \
|
||||
libandroid_runtime
|
||||
|
||||
LOCAL_C_INCLUDES := external/tremor/Tremor \
|
||||
$(call include-path-for, graphics corecg)
|
||||
$(call include-path-for, graphics corecg)
|
||||
|
||||
LOCAL_MODULE:= libmediaplayerservice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user