mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
sdk-installing-for-android-development: Fix typo in variable name
This commit is contained in:
parent
1c926934ab
commit
040d2ca855
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ Adding GStreamer support only requires adding these lines:
|
|||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
GSTREAMER_ROOT := $(GSTREAMER__ROOT_ANDROID)
|
||||
GSTREAMER_ROOT := $(GSTREAMER_ROOT_ANDROID)
|
||||
GSTREAMER_NDK_BUILD_PATH := $(GSTREAMER_ROOT)/share/gst-android/ndk-build/
|
||||
GSTREAMER_PLUGINS := coreelements ogg theora vorbis ffmpegcolorspace playback eglglessink soup opensles
|
||||
G_IO_MODULES := gnutls
|
||||
|
|
Loading…
Reference in a new issue