mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
d3e33a16ac
Original commit message from CVS: as promised, the header changes and some of wingo's virtual fixes as well by accident
12 lines
329 B
PkgConfig
12 lines
329 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@VERSION@
|
|
toolsdir=${exec_prefix}/bin
|
|
|
|
Name: GStreamer
|
|
Description: Streaming-media framework
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -L${libdir}/gst -lgstreamer
|
|
Cflags: -I${includedir} @GST_PKG_CFLAGS@
|