blob: 054d417ef946894de7d884f322867ba3936f3c07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer RIFF Library
Description: RIFF helper functions
Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstriff-@GST_MAJORMINOR@
Cflags: -I${includedir}
|