1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@/gstreamer-@GST_API_VERSION@
5
6Name: GStreamer Player
7Description: GStreamer Player convenience library
8Requires: gstreamer-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@
9Version: @VERSION@
10Libs: -L${libdir} -lgstplayer-@GST_API_VERSION@
11Cflags: -I${includedir}
12
13