gstreamer/pkgconfig/gstreamer-interfaces.pc.in

13 lines
330 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer Interfaces Library
Description: Streaming-media framework, interfaces library
Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@
Cflags: -I${includedir}