More nasm removal cleanups
[platform/upstream/gstreamer.git] / gstreamer.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@VERSION@
5 toolsdir=${exec_prefix}/bin
6
7 Name: GStreamer
8 Description: Streaming-media framework
9 Requires: @GST_PKG_DEPS@@LIBXML_PKG@
10 Version: @VERSION@
11 Libs: -L${libdir} -L${libdir}/gst -lgstreamer
12 Cflags: -I${includedir} @GST_PKG_CFLAGS@