mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
8227135f3b
Tests and documentation will follow separately. The mixer elements in the opengl plugin need to stay in -bad for now since they use GstVideoAggregator. https://bugzilla.gnome.org/show_bug.cgi?id=754094
16 lines
587 B
PkgConfig
16 lines
587 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
|
pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
|
|
gl_platforms=@GL_PLATFORMS@
|
|
gl_winsys=@GL_WINDOWS@
|
|
gl_apis=@GL_APIS@
|
|
|
|
Name: GStreamer OpenGL Plugins Libraries
|
|
Description: Streaming media framework, OpenGL plugins libraries
|
|
Version: @VERSION@
|
|
Requires: gstreamer-video-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-@GST_API_VERSION@
|
|
|
|
Libs: -L${libdir} -lgstgl-@GST_API_VERSION@
|
|
Cflags: -I${includedir} -I${libdir}/gstreamer-@GST_API_VERSION@/include @GL_CFLAGS@
|