mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
/me is stupid
Original commit message from CVS: /me is stupid
This commit is contained in:
parent
56a26cd18b
commit
914c875f46
2 changed files with 4 additions and 4 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: -L${pcfiledir}/gst/ -lgst
|
||||
Cflags: -I${pcfiledir}/gst @GST_CFLAGS@
|
||||
Libs: -L${pcfiledir} -lgst
|
||||
Cflags: -I${pcfiledir} @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}/gst -lgst
|
||||
Cflags: -I${includedir}/gst @GST_CFLAGS@
|
||||
Libs: -L${libdir} -lgst
|
||||
Cflags: -I${includedir} @GST_CFLAGS@
|
||||
|
|
Loading…
Reference in a new issue