Android GStreamer example SYSROOT_LINK undefined
olavarria
folavarria at aquarov.cl
Tue Apr 2 21:52:59 UTC 2019
You can comment the problematic line. Probably isn't the proper solution but
at least it works.
ifdef SYSROOT
SYSROOT_GST_INC := $(SYSROOT)
SYSROOT_GST_LINK := $(SYSROOT)
else
ifdef SYSROOT_INC
# $(call assert-defined, SYSROOT_LINK) <-- COMMENT THIS
SYSROOT_GST_INC := $(SYSROOT_INC)
SYSROOT_GST_LINK := $(SYSROOT_LINK)
endif
else
SYSROOT_GST_INC :=
$(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/arch-$(TARGET_ARCH)
SYSROOT_GST_LINK := $(SYSROOT_GST_INC)
endif
endif
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list