mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
5adbb8e160
Original commit message from CVS: synchronize the two pc files
12 lines
393 B
PkgConfig
12 lines
393 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer Play Library
|
|
Description: Streaming-media framework, play libraries
|
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-interfaces-@GST_MAJORMINOR@ gstreamer-control-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|
|
|
|
Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir}
|