mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
these work
Original commit message from CVS: these work
This commit is contained in:
parent
6997bb25f4
commit
56a26cd18b
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@ Name: GStreamer Uninstalled
|
|||
Description: Streaming-media framework, Not Installed
|
||||
Version: @VERSION@
|
||||
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
|
||||
Libs: -lgst -L${pcfiledir}/gst/
|
||||
Libs: -L${pcfiledir}/gst/ -lgst
|
||||
Cflags: -I${pcfiledir}/gst @GST_CFLAGS@
|
||||
|
||||
|
|
|
@ -7,5 +7,5 @@ Name: GStreamer
|
|||
Description: Streaming-media framework
|
||||
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgst
|
||||
Libs: -L${libdir}/gst -lgst
|
||||
Cflags: -I${includedir}/gst @GST_CFLAGS@
|
||||
|
|
Loading…
Reference in a new issue