mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 805700 - Part3: Build changes for honeycomb libomxplugin libraries on Android - r=khuey
--HG-- extra : rebase_source : 2d8da020eded2367065cb3c4381ceb624f600cc2
This commit is contained in:
parent
efcb66cc02
commit
2c5ed54306
@ -347,7 +347,7 @@ INNER_ROBOCOP_PACKAGE=echo 'Testing is disabled - No Robocop for you'
|
||||
endif
|
||||
|
||||
ifdef MOZ_OMX_PLUGIN
|
||||
OMX_PLUGIN_NAMES = libomxplugin.so libomxplugingb.so libomxplugingb235.so
|
||||
OMX_PLUGIN_NAMES = libomxplugin.so libomxplugingb.so libomxplugingb235.so libomxpluginhc.so
|
||||
else
|
||||
OMX_PLUGIN_NAMES =
|
||||
endif
|
||||
@ -385,6 +385,7 @@ INNER_UNMAKE_PACKAGE = \
|
||||
mv lib/$(ABI_DIR)/libomxplugin.so . && \
|
||||
mv lib/$(ABI_DIR)/libomxplugingb.so . && \
|
||||
mv lib/$(ABI_DIR)/libomxplugingb235.so . && \
|
||||
mv lib/$(ABI_DIR)/libomxpluginhc.so . && \
|
||||
mv lib/$(ABI_DIR)/*plugin-container* $(MOZ_CHILD_PROCESS_NAME) && \
|
||||
rm -rf lib/$(ABI_DIR) && \
|
||||
popd
|
||||
|
@ -173,6 +173,8 @@ tier_platform_dirs += \
|
||||
media/omx-plugin \
|
||||
media/omx-plugin/gb \
|
||||
media/omx-plugin/gb235 \
|
||||
media/omx-plugin/lib/hc/libstagefright \
|
||||
media/omx-plugin/hc \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user