mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
This one did not work at all for me - this fixes it for me...
Original commit message from CVS: This one did not work at all for me - this fixes it for me...
This commit is contained in:
parent
0d639bfc25
commit
a8bd61a879
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
pcbuilddir=$(top_srcdir)
|
||||
pcfiledir=
|
||||
|
||||
Name: GStreamer Uninstalled
|
||||
Description: Streaming-media framework, Not Installed
|
||||
Version: @VERSION@
|
||||
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
||||
Libs: -L${pcbuilddir}/${pcfiledir}/gst -lgst
|
||||
Cflags: -I$(pcbuilddir}/${pcfiledir} -I${pcbuilddir}/${pcfiledir}/libs @GST_PKG_CFLAGS@
|
||||
Cflags: -I${pcbuilddir}/${pcfiledir} -I${pcbuilddir}/${pcfiledir}/libs @GST_PKG_CFLAGS@
|
||||
|
||||
|
|
Loading…
Reference in a new issue