blob: b67eac169fa08e0e3930b2adba8ddd7bb3d9d582 (
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 CDDA Library
Description: CDDA base classes
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-tag-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstcdda-@GST_MAJORMINOR@
Cflags: -I${includedir}
|