gstreamer/pkgconfig/gstreamer-interfaces.pc.in
Ronald S. Bultje 7475046f04 libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay
Original commit message from CVS:
libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay
2003-11-05 11:01:56 +00:00

13 lines
336 B
PkgConfig

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} -lgstinterfaces-@GST_MAJORMINOR@
Cflags: -I${includedir}