blob: c7a3b15dd92184005fca992b9c1fce0ee5f828a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer RTP Library
Description: RTP base classes and helper functions
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstrtp-@GST_MAJORMINOR@
Cflags: -I${includedir}
|