mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
2e0bac3794
Original commit message from CVS: * pkgconfig/gstreamer-uninstalled.pc.in: * pkgconfig/gstreamer.pc.in: Remove -lgstcontrol-0.10 which never worked anyway as the lib is called gstcontroller-0.10.
13 lines
367 B
PkgConfig
13 lines
367 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
toolsdir=${exec_prefix}/bin
|
|
pluginsdir=@libdir@/gstreamer-@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}
|