mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
4f1cf0cfdf
Original commit message from CVS: moving pkgconfig to it's own dir and separating out gstreamer-control
11 lines
332 B
PkgConfig
11 lines
332 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer control library
|
|
Description: Dynamic parameters for plug-ins
|
|
Requires: gstreamer-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstcontrol-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir} @GST_PKG_CFLAGS@
|