Widevine extractor changes to support secure media buffer playback.

Supports either secure or insecure buffer configurations, depending
on the build-time flag REQUIRE_SECURE_BUFFERS.

Change-Id: I5b8150315eced4ed9be656b73d91485a6216819d
This commit is contained in:
Jeff Tinker
2011-06-30 15:47:43 -07:00
parent fee0126ed8
commit ba335957e9
4 changed files with 33 additions and 51 deletions

View File

@@ -4,6 +4,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CFLAGS := -DREQUIRE_SECURE_BUFFERS
LOCAL_SRC_FILES:= \
WVMLogging.cpp \
WVMExtractorImpl.cpp \