mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
14 lines
419 B
PkgConfig
14 lines
419 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
||
|
pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
|
||
|
|
||
|
Name: GStreamer OpenGL Plugins Libraries
|
||
|
Description: Streaming media framework, OpenGL plugins libraries
|
||
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lgstgl-@GST_MAJORMINOR@
|
||
|
Cflags: -I${includedir}
|
||
|
|