summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-gl.in
blob: 536478d28c0469df59699cca09cb93f6c9697e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=multimedia_gstreamer

config GST_PLUGINS_GL
	tristate
	select GLIB
	select GSTREAMER
	select GST_PLUGINS_BASE
	select XORG_LIB_X11
	select XORG_SERVER_EXT_GLX
	select MESALIB
	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.