mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
128bc8934a
Original commit message from CVS: added missing pc files
11 lines
330 B
PkgConfig
11 lines
330 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer controller
|
|
Description: Dynamic parameter control for GStreamer elements
|
|
Requires: gstreamer-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstcontroller-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir}
|