Skip to content

Commit

Permalink
hammerhead: Ship missing OMX codecs decoders
Browse files Browse the repository at this point in the history
 * The encoders are being built from source,
   so what about the decoders?

Change-Id: I3f0d82e251763feee4881b863017889cefc219a2
  • Loading branch information
bgcngm authored and z3DD3r committed Nov 5, 2021
1 parent 1d44973 commit c9d3524
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hammerhead/hammerhead-vendor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ PRODUCT_COPY_FILES += \
vendor/lge/hammerhead/proprietary/vendor/lib/libmmqjpeg_codec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libmmqjpeg_codec.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libnetmgr.so:$(TARGET_COPY_OUT_VENDOR)/lib/libnetmgr.so \
vendor/lge/hammerhead/proprietary/vendor/lib/liboemcamera.so:$(TARGET_COPY_OUT_VENDOR)/lib/liboemcamera.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libOmxAacDec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libOmxAacDec.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libOmxAmrwbplusDec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libOmxAmrwbplusDec.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libOmxEvrcDec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libOmxEvrcDec.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libOmxQcelp13Dec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libOmxQcelp13Dec.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libOmxWmaDec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libOmxWmaDec.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libOpenCL.so:$(TARGET_COPY_OUT_VENDOR)/lib/libOpenCL.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libperipheral_client.so:$(TARGET_COPY_OUT_VENDOR)/lib/libperipheral_client.so \
vendor/lge/hammerhead/proprietary/vendor/lib/libqcci_legacy.so:$(TARGET_COPY_OUT_VENDOR)/lib/libqcci_legacy.so \
Expand Down
Binary file added hammerhead/proprietary/vendor/lib/libOmxAacDec.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added hammerhead/proprietary/vendor/lib/libOmxWmaDec.so
Binary file not shown.

0 comments on commit c9d3524

Please sign in to comment.