Refactoring temporal layers implementation and adding VideoCodecMode for easier control of codec settings.
Review URL: https://webrtc-codereview.appspot.com/1105007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3528 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -248,6 +248,12 @@ LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/libwebrtc_vp8.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libvideo_coding_utility
|
||||
LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/libvideo_coding_utility.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libjpeg_turbo
|
||||
LOCAL_SRC_FILES := \
|
||||
@ -348,6 +354,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libyuv \
|
||||
libwebrtc_i420 \
|
||||
libwebrtc_vp8 \
|
||||
libvideo_coding_utility \
|
||||
libsystem_wrappers \
|
||||
libjpeg_turbo \
|
||||
libaudioproc_debug_proto \
|
||||
|
||||
Reference in New Issue
Block a user