1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@/gstreamer-@GST_API_VERSION@
5pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
6gl_platforms=@GL_PLATFORMS@
7gl_winsys=@GL_WINDOWS@
8gl_apis=@GL_APIS@
9
10Name: GStreamer OpenGL Plugins Libraries
11Description: Streaming media framework, OpenGL plugins libraries
12Version: @VERSION@
13Requires: gstreamer-video-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-@GST_API_VERSION@
14
15Libs: -L${libdir} -lgstgl-@GST_API_VERSION@
16Cflags: -I${includedir} -I${libdir}/gstreamer-@GST_API_VERSION@/include @GL_CFLAGS@
17