summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-gl.in
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2010-01-25 12:39:36 +0100
committerErwin Rol <erwin@erwinrol.com>2010-02-02 13:10:33 +0100
commitbae34b5b0fca408e81b1d84d69e146a9c28bb0db (patch)
tree4d5fc3f117bd1a74df063f182b8f7ad38296f2f8 /rules/gst-plugins-gl.in
parente710d512b49ba6caa8431d0881f20d4a3bc1e048 (diff)
downloadptxdist-bae34b5b0fca408e81b1d84d69e146a9c28bb0db.tar.gz
ptxdist-bae34b5b0fca408e81b1d84d69e146a9c28bb0db.tar.xz
[gst-plugins-gl] New packet
Signed-off-by: Erwin Rol <erwin@erwinrol.com>
Diffstat (limited to 'rules/gst-plugins-gl.in')
-rw-r--r--rules/gst-plugins-gl.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/gst-plugins-gl.in b/rules/gst-plugins-gl.in
new file mode 100644
index 000000000..536478d28
--- /dev/null
+++ b/rules/gst-plugins-gl.in
@@ -0,0 +1,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.
+