Added gstreamer support to the magicleap port

This commit is contained in:
Alan Jeffrey 2019-08-06 17:59:22 -05:00
parent 555fa75b2c
commit 11b3d78f40
11 changed files with 246 additions and 11 deletions

View file

@ -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 \