mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
12d6350ce0
Original commit message from CVS: small fix, maybe it will work now
11 lines
264 B
PkgConfig
11 lines
264 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GStreamer
|
|
Description: Streaming-media framework
|
|
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgst
|
|
Cflags: -I${includedir}/gst @GST_CFLAGS@
|