summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-base1.in
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2018-03-21 14:06:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-03-24 17:27:06 +0100
commit4016dc5107b0fb3b12aa3a4c0893d35a8f402d4a (patch)
tree88b0d5a2032bd3eba2a6de75233084b6341aa490 /rules/gst-plugins-base1.in
parent532796ad2899ba2bcf58e216931c2c4f7a940b6d (diff)
downloadptxdist-4016dc5107b0fb3b12aa3a4c0893d35a8f402d4a.tar.gz
ptxdist-4016dc5107b0fb3b12aa3a4c0893d35a8f402d4a.tar.xz
gst-plugins-base1: version bump 1.12.4 -> 1.14.0
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-base1.in')
-rw-r--r--rules/gst-plugins-base1.in58
1 files changed, 58 insertions, 0 deletions
diff --git a/rules/gst-plugins-base1.in b/rules/gst-plugins-base1.in
index a9dc123c9..17b4896ce 100644
--- a/rules/gst-plugins-base1.in
+++ b/rules/gst-plugins-base1.in
@@ -24,6 +24,17 @@ menuconfig GST_PLUGINS_BASE1
select OPUS if GST_PLUGINS_BASE1_OPUS
select ZLIB if GST_PLUGINS_BASE1_ZLIB
select LIBTREMOR if GST_PLUGINS_BASE1_IVORBIS
+ select LIBPNG if GST_PLUGINS_BASE1_OPENGL
+ select LIBJPEG if GST_PLUGINS_BASE1_OPENGL
+ select MESALIB if GST_PLUGINS_BASE1_OPENGL || GST_PLUGINS_BASE1_GLES2 || GST_PLUGINS_BASE1_EGL
+ select MESALIB_OPENGL if GST_PLUGINS_BASE1_OPENGL
+ select GLU if GST_PLUGINS_BASE1_OPENGL
+ select MESALIB_GLES2 if GST_PLUGINS_BASE1_GLES2
+ select MESALIB_EGL if GST_PLUGINS_BASE1_EGL
+ select MESALIB_EGL_WAYLAND if GST_PLUGINS_BASE1_EGL_WAYLAND
+ select MESALIB_GLX if GST_PLUGINS_BASE1_GLX
+ select XORG_LIB_X11 if GST_PLUGINS_BASE1_EGL_X11
+ select LIBGUDEV if GST_PLUGINS_BASE1_EGL
# x features need libx11 + Xv
select XORG if GST_PLUGINS_BASE1_X
@@ -59,6 +70,10 @@ config GST_PLUGINS_BASE1_AUDIOCONVERT
bool
prompt "audioconvert"
+config GST_PLUGINS_BASE1_AUDIOMIXER
+ bool
+ prompt "audiomixer"
+
config GST_PLUGINS_BASE1_AUDIORATE
bool
prompt "audiorate"
@@ -138,6 +153,49 @@ config GST_PLUGINS_BASE1_CDPARANOIA
depends on BROKEN
prompt "cdparanoia [BROKEN]"
+config GST_PLUGINS_BASE1_GL
+ bool
+ prompt "gl"
+
+if GST_PLUGINS_BASE1_GL
+
+config GST_PLUGINS_BASE1_GLES2
+ bool
+ depends on !GST_PLUGINS_BASE1_OPENGL
+ prompt "gles2"
+
+config GST_PLUGINS_BASE1_OPENGL
+ bool
+ prompt "opengl"
+
+config GST_PLUGINS_BASE1_EGL
+ bool
+ prompt "egl"
+
+if GST_PLUGINS_BASE1_EGL
+
+config GST_PLUGINS_BASE1_EGL_X11
+ bool
+ select GST_PLUGINS_BASE1_X11
+ prompt "x11 egl"
+
+config GST_PLUGINS_BASE1_EGL_WAYLAND
+ bool
+ prompt "wayland egl"
+
+endif
+
+config GST_PLUGINS_BASE1_GLX
+ bool
+ select GST_PLUGINS_BASE1_OPENGL
+ select GST_PLUGINS_BASE1_X11
+ prompt "glx"
+
+config GST_PLUGINS_BASE1_X11
+ bool
+
+endif
+
config GST_PLUGINS_BASE1_IVORBIS
bool
prompt "ivorbis"