- Support streaming of content without .wvm extension.

If the .wvm extension is not present, the file header
  is parsed to determine if it is Widevine content.
- Fixed a missing call to OpenSession.
- Fixed unit test build.
- Fixed x86-eng build.
Change-Id: Ie6a81ce5e323c56d10cb5306453bff27f0feefd1
This commit is contained in:
Gloria Wang
2011-03-02 16:38:29 -08:00
parent 739a2970a1
commit e68b0a3d20
6 changed files with 7 additions and 11 deletions

View File

@@ -8,10 +8,11 @@ LOCAL_SRC_FILES:= \
LOCAL_C_INCLUDES+= \
bionic \
vendor/widevine/proprietary/include \
vendor/widevine/proprietary/drmwvmplugin/include \
vendor/widevine/proprietary/streamcontrol/include \
external/stlport/stlport \
frameworks/base/drm/libdrmframework/include \
frameworks/base/drm/libdrmframework/plugins/common/include \
frameworks/base/drm/libdrmframework/plugins/widevine/include
frameworks/base/drm/libdrmframework/plugins/common/include
LOCAL_SHARED_LIBRARIES := \
libstlport \