gstreamer/pkgconfig/gstreamer-player.pc.in
2015-12-23 13:04:23 +01:00

12 lines
314 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_API_VERSION@
Name: GStreamer Player
Description: GStreamer Player convenience library
Requires: gstreamer-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstplayer-@GST_API_VERSION@
Cflags: -I${includedir}