mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
The volume element is needed by playbin2 too
This commit is contained in:
parent
5d66cfd40f
commit
a247dddc71
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ ifndef
|
||||||
GSTREAMER_SDK_ROOT := $(CERBERO_PREFIX)
|
GSTREAMER_SDK_ROOT := $(CERBERO_PREFIX)
|
||||||
endif
|
endif
|
||||||
GSTREAMER_NDK_BUILD_PATH := $(GSTREAMER_SDK_ROOT)/share/gst-android/ndk-build/
|
GSTREAMER_NDK_BUILD_PATH := $(GSTREAMER_SDK_ROOT)/share/gst-android/ndk-build/
|
||||||
GSTREAMER_PLUGINS := coreelements ogg theora vorbis ffmpegcolorspace playback audioconvert audiorate audioresample coreindexers gio uridecodebin videorate videoscale typefindfunctions eglglessink soup amc matroska autodetect videofilter videotestsrc opensles
|
GSTREAMER_PLUGINS := coreelements ogg theora vorbis ffmpegcolorspace playback audioconvert audiorate audioresample coreindexers gio uridecodebin videorate videoscale typefindfunctions eglglessink soup amc matroska autodetect videofilter videotestsrc opensles volume
|
||||||
G_IO_MODULES := gnutls
|
G_IO_MODULES := gnutls
|
||||||
include $(GSTREAMER_NDK_BUILD_PATH)/gstreamer.mk
|
include $(GSTREAMER_NDK_BUILD_PATH)/gstreamer.mk
|
||||||
|
|
Loading…
Reference in a new issue