Skip to content

Commit

Permalink
smi: Fix HW Video by adding missing libmixvbp
Browse files Browse the repository at this point in the history
- Maybe needs updating

Change-Id: I5b4b6eea518d71e24619131a58cb4d36e33e0382
  • Loading branch information
HazouPH committed Nov 16, 2017
1 parent 39412c3 commit 9577606
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions prebuilt/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,38 @@ LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_MODULE_SUFFIX := .so
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := libmixvbp
LOCAL_SRC_FILES := lib/libmixvbp.so
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_MODULE_SUFFIX := .so
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := libmixvbp_h264
LOCAL_SRC_FILES := lib/libmixvbp_h264.so
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_MODULE_SUFFIX := .so
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := libmixvbp_mpeg4
LOCAL_SRC_FILES := lib/libmixvbp_mpeg4.so
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_MODULE_SUFFIX := .so
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := libmixvbp_vc1
LOCAL_SRC_FILES := lib/libmixvbp_vc1.so
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_MODULE_SUFFIX := .so
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := msvdx_fw_mfld_DE2.0.bin
LOCAL_MODULE_OWNER := intel
Expand Down
Binary file added prebuilt/lib/libmixvbp.so
Binary file not shown.
Binary file added prebuilt/lib/libmixvbp_h264.so
Binary file not shown.
Binary file added prebuilt/lib/libmixvbp_mpeg4.so
Binary file not shown.
Binary file added prebuilt/lib/libmixvbp_vc1.so
Binary file not shown.

0 comments on commit 9577606

Please sign in to comment.