mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 03:16:33 +00:00
playback/player/android: Make plugin list in Android.mk easier to read
Minor Makefile reformatting to make how users can select what plugins they want easier to figure out.
This commit is contained in:
parent
5fc4fd5958
commit
71d85d3393
1 changed files with 11 additions and 1 deletions
|
@ -30,7 +30,17 @@ endif
|
|||
GSTREAMER_NDK_BUILD_PATH := $(GSTREAMER_ROOT)/share/gst-android/ndk-build/
|
||||
|
||||
include $(GSTREAMER_NDK_BUILD_PATH)/plugins.mk
|
||||
GSTREAMER_PLUGINS := $(GSTREAMER_PLUGINS_CORE) $(GSTREAMER_PLUGINS_PLAYBACK) $(GSTREAMER_PLUGINS_CODECS) $(GSTREAMER_PLUGINS_NET) $(GSTREAMER_PLUGINS_SYS) $(GSTREAMER_PLUGINS_CODECS_RESTRICTED) $(GSTREAMER_CODECS_GPL) $(GSTREAMER_PLUGINS_ENCODING) $(GSTREAMER_PLUGINS_VIS) $(GSTREAMER_PLUGINS_EFFECTS) $(GSTREAMER_PLUGINS_NET_RESTRICTED)
|
||||
GSTREAMER_PLUGINS := $(GSTREAMER_PLUGINS_CORE) \
|
||||
$(GSTREAMER_PLUGINS_PLAYBACK) \
|
||||
$(GSTREAMER_PLUGINS_CODECS) \
|
||||
$(GSTREAMER_PLUGINS_NET) \
|
||||
$(GSTREAMER_PLUGINS_SYS) \
|
||||
$(GSTREAMER_PLUGINS_CODECS_RESTRICTED) \
|
||||
$(GSTREAMER_CODECS_GPL) \
|
||||
$(GSTREAMER_PLUGINS_ENCODING) \
|
||||
$(GSTREAMER_PLUGINS_VIS) \
|
||||
$(GSTREAMER_PLUGINS_EFFECTS) \
|
||||
$(GSTREAMER_PLUGINS_NET_RESTRICTED)
|
||||
GSTREAMER_EXTRA_DEPS := gstreamer-player-1.0 gstreamer-video-1.0 glib-2.0
|
||||
|
||||
include $(GSTREAMER_NDK_BUILD_PATH)/gstreamer-1.0.mk
|
||||
|
|
Loading…
Reference in a new issue