mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
bdc6434aa1
Original commit message from CVS: adding gstreamer-plugins.pc fixes #126999
14 lines
460 B
PkgConfig
14 lines
460 B
PkgConfig
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../gst-libs/gst/play
|
|
includedir=${pcfiledir}/../gst-libs
|
|
|
|
Name: GStreamer Play Library, uninstalled
|
|
Description: Streaming-media framework, play libraries, not installed
|
|
Requires: gstreamer-@GST_MAJORMINOR@ \
|
|
gstreamer-interfaces-@GST_MAJORMINOR@ >= @VERSION@
|
|
gstreamer-control-@GST_MAJORMINOR@ >= @VERSION@
|
|
Version: @VERSION@
|
|
|
|
Libs: ${libdir}/libgstplay-@GST_MAJORMINOR@.la
|
|
Cflags: -I${includedir}
|