gstreamer/pkgconfig/gstreamer-sdp.pc.in

13 lines
279 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer SDP Library
Description: SDP helper functions
Requires: glib-2.0
Version: @VERSION@
Libs: -L${libdir} -lgstsdp-@GST_MAJORMINOR@
Cflags: -I${includedir}