Remove GstAggregator from -bad, moved to core
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-gl.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@GST_API_VERSION@
5 pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
6 gl_platforms=@GL_PLATFORMS@
7 gl_winsys=@GL_WINDOWS@
8 gl_apis=@GL_APIS@
9
10 Name: GStreamer OpenGL Plugins Libraries
11 Description: Streaming media framework, OpenGL plugins libraries
12 Version: @VERSION@
13 Requires: gstreamer-base-@GST_API_VERSION@ gstreamer-@GST_API_VERSION@
14
15 Libs: -L${libdir} -lgstgl-@GST_API_VERSION@
16 Cflags: -I${includedir} -I${libdir}/gstreamer-@GST_API_VERSION@/include @GL_CFLAGS@