1# the standard variables don't make sense for an uninstalled copy 2prefix= 3exec_prefix= 4libdir=@videolibdir@ 5# includedir is builddir because it is used to find gstconfig.h in places 6includedir=@abs_top_builddir@/gst-libs 7girdir=@abs_top_builddir@/gst-libs/gst/video 8typelibdir=@abs_top_builddir@/gst-libs/gst/video 9 10Name: GStreamer Video Library, Uninstalled 11Description: Video base classes and helper functions, uninstalled 12Version: @VERSION@ 13Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ 14Requires.private: @ORC_PC@ 15Libs: -L${libdir} -lgstvideo-@GST_API_VERSION@ 16Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs 17 18