mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
41f439b0a1
Original commit message from CVS: 2005-11-29 Andy Wingo <wingo@pobox.com> * check/Makefile.am: * pkgconfig/gstreamer-net-uninstalled.pc.in: * pkgconfig/gstreamer-net.pc.in: * gst/net/Makefile.am: Rename gstnet-tempname to gstnet. Fixes #322257.
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 networking library
|
|
Description: Network-enabled GStreamer plug-ins and clocking
|
|
Requires: gstreamer-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstnet-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir}
|