Brendan Long | 5ff85dd | 2013-09-30 15:32:55 -0600 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@/gstreamer-@GST_API_VERSION@ | ||||
5 | |||||
6 | Name: GStreamer MPEG-TS | ||||
7 | Description: GStreamer MPEG-TS support | ||||
8 | Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ | ||||
9 | Version: @VERSION@ | ||||
10 | Libs: -L${libdir} -lgstmpegts-@GST_API_VERSION@ | ||||
11 | Cflags: -I${includedir} | ||||
12 |