mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
12 lines
339 B
PkgConfig
12 lines
339 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-tempname-@GST_MAJORMINOR@
|
||
|
Cflags: -I${includedir}
|