mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
9934f055e9
Original commit message from CVS: remove GST_PKG_CFLAGS
14 lines
413 B
PkgConfig
14 lines
413 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
toolsdir=${exec_prefix}/bin
|
|
pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
|
|
gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer
|
|
Description: Streaming media framework
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstreamer-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir}
|