Changes required to accommodate OpenCORE 2.0
This commit is contained in:
@@ -11,15 +11,16 @@ LOCAL_SRC_FILES:= \
|
||||
android_media_ResampleInputStream.cpp
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libopencoreplayer \
|
||||
libopencoreauthor \
|
||||
libopencore_player \
|
||||
libopencore_author \
|
||||
libandroid_runtime \
|
||||
libnativehelper \
|
||||
libcutils \
|
||||
libutils \
|
||||
libmedia \
|
||||
libsgl \
|
||||
libui
|
||||
libui \
|
||||
libomx_amrenc_sharedlibrary
|
||||
|
||||
LOCAL_STATIC_LIBRARIES :=
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -22,8 +22,8 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libvorbisidec \
|
||||
libsonivox \
|
||||
libopencoreplayer \
|
||||
libopencoreauthor \
|
||||
libopencore_player \
|
||||
libopencore_author \
|
||||
libmedia \
|
||||
libandroid_runtime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user