summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-gl.in
blob: 48f41ce18454b276d74e6d7701466b4237eb044b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=staging
## old section:
### SECTION=multimedia_gstreamer

config GST_PLUGINS_GL
	tristate
	select LIBPNG
	select GLIB
	select GSTREAMER
	select GST_PLUGINS_BASE
	select XORG_LIB_X11
	select XORG_SERVER		if RUNTIME
	select XORG_SERVER_EXT_GLX
	select MESALIB
	select GLU
	select GLEW
	prompt "gst-plugins-gl"
	help
	  The GStreamer OpenGL module provides helper
	  libraries, base classes and elements for
	  integrating with OpenGL and using it to perform
	  video display and processing.

	  STAGING: remove in ptxdist-2021.05.0
	  GStreamer 0.10 has been dead more than 8 years.