mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
Added gstreamer support to the magicleap port
This commit is contained in:
parent
555fa75b2c
commit
11b3d78f40
11 changed files with 246 additions and 11 deletions
|
@ -6,9 +6,11 @@ SRCS = \
|
|||
USES = ml_sdk
|
||||
|
||||
LIBPATHS.debug = \
|
||||
$(GSTREAMER_DIR)/system/lib64 \
|
||||
../../../target/magicleap/aarch64-linux-android/debug
|
||||
|
||||
LIBPATHS.release = \
|
||||
$(GSTREAMER_DIR)/system/lib64 \
|
||||
../../../target/magicleap/aarch64-linux-android/release
|
||||
|
||||
LIBPATHS.device = \
|
||||
|
@ -18,6 +20,17 @@ STLIBS = \
|
|||
mlservo
|
||||
|
||||
SHLIBS = \
|
||||
glib-2.0 \
|
||||
gobject-2.0 \
|
||||
gstreamer-1.0 \
|
||||
gstapp-1.0 \
|
||||
gstaudio-1.0 \
|
||||
gstbase-1.0 \
|
||||
gstgl-1.0 \
|
||||
gstplayer-1.0 \
|
||||
gstsdp-1.0 \
|
||||
gstvideo-1.0 \
|
||||
gstwebrtc-1.0 \
|
||||
c++ \
|
||||
ml_privileges \
|
||||
log \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue