mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
6f2acb94c6
Renames GST_MAJORMINOR to GST_API_VERSION in build files removes -lgstinterfaces from _LDADD flags
13 lines
424 B
PkgConfig
13 lines
424 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
|
pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
|
|
|
|
Name: GStreamer OpenGL Plugins Libraries
|
|
Description: Streaming media framework, OpenGL plugins libraries
|
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstgl-@GST_API_VERSION@
|
|
Cflags: -I${includedir}
|
|
|