mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
13 lines
311 B
PkgConfig
13 lines
311 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@/@PACKAGE@-@VERSION@
|
||
|
|
||
|
Name: GStreamer Play Library
|
||
|
Description: Streaming-media framework, play libraries
|
||
|
Requires: gstreamer >= @GSTREAMER_REQ@
|
||
|
Version: @VERSION@
|
||
|
|
||
|
Libs: -L${libdir} -lgstplay -lgstcontrol
|
||
|
Cflags: -I${includedir}
|