summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-mpegts.pc.in
diff options
context:
space:
mode:
authorBrendan Long <b.long@cablelabs.com>2013-09-30 15:32:55 -0600
committerEdward Hervey <edward@collabora.com>2013-10-01 09:02:32 +0200
commit5ff85dd16aa8420b9261113a0ecfbe8d1779bca3 (patch)
tree16deb8674ac6946075c2f2442c3283645bcc8360 /pkgconfig/gstreamer-mpegts.pc.in
parent2d29f223389ec455bce6cc3bcbf6be917fd6b632 (diff)
downloadgstreamer-plugins-bad-5ff85dd16aa8420b9261113a0ecfbe8d1779bca3.tar.gz
Add gstreamer-mpegts pkg-config file.
https://bugzilla.gnome.org/show_bug.cgi?id=709145
Diffstat (limited to 'pkgconfig/gstreamer-mpegts.pc.in')
-rw-r--r--pkgconfig/gstreamer-mpegts.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-mpegts.pc.in b/pkgconfig/gstreamer-mpegts.pc.in
new file mode 100644
index 000000000..718a949aa
--- /dev/null
+++ b/pkgconfig/gstreamer-mpegts.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/gstreamer-@GST_API_VERSION@
+
+Name: GStreamer MPEG-TS
+Description: GStreamer MPEG-TS support
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
+Version: @VERSION@
+Libs: -L${libdir} -lgstmpegts-@GST_API_VERSION@
+Cflags: -I${includedir}
+