2010-03-22 07:35:57 +00:00
|
|
|
# the standard variables don't make sense for an uninstalled copy
|
2008-01-14 13:11:05 +00:00
|
|
|
prefix=
|
|
|
|
exec_prefix=
|
2017-01-04 13:56:36 +00:00
|
|
|
libdir=@sdplibdir@
|
2010-03-22 07:35:57 +00:00
|
|
|
# includedir is builddir because it is used to find gstconfig.h in places
|
|
|
|
includedir=@abs_top_builddir@/gst-libs
|
2011-01-08 01:12:02 +00:00
|
|
|
girdir=@abs_top_builddir@/gst-libs/gst/sdp
|
|
|
|
typelibdir=@abs_top_builddir@/gst-libs/gst/sdp
|
2008-01-14 13:11:05 +00:00
|
|
|
|
|
|
|
Name: GStreamer SDP Library, Uninstalled
|
|
|
|
Description: SDP helper functions, uninstalled
|
|
|
|
Version: @VERSION@
|
|
|
|
Requires: glib-2.0
|
2012-01-17 12:27:05 +00:00
|
|
|
Requires.private: gio-2.0
|
2016-02-18 14:31:28 +00:00
|
|
|
Libs: -L${libdir} -lgstsdp-@GST_API_VERSION@
|
2010-03-22 07:35:57 +00:00
|
|
|
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
2008-01-14 13:11:05 +00:00
|
|
|
|