mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
a couple of fixes that got lost a few revs ago
Original commit message from CVS: a couple of fixes that got lost a few revs ago
This commit is contained in:
parent
387ae96dd5
commit
bfc0a5c2a0
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: GStreamer Uninstalled
|
||||
Description: Streaming-media framework, Not Installed
|
||||
Version: @VERSION@
|
||||
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
|
||||
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
||||
Libs: ${pcfiledir}/gst/libgst.la -L${pcfiledir}/libs/gst/control/
|
||||
Cflags: -I${pcfiledir} -I${pcfiledir}/libs -I${pc_top_builddir}/${pcfiledir}/@srcdir@ -I${pc_top_builddir}/${pcfiledir}/@srcdir@/libs @GST_PKG_CFLAGS@
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ includedir=@includedir@
|
|||
|
||||
Name: GStreamer
|
||||
Description: Streaming-media framework
|
||||
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
|
||||
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir}/gst -lgst
|
||||
Cflags: -I${includedir} @GST_CFLAGS@
|
||||
|
|
Loading…
Reference in a new issue