mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Can someone please fix this? I reverted to 1.13 with some changes. plugins now build for me.
Original commit message from CVS: Can someone please fix this? I reverted to 1.13 with some changes. plugins now build for me.
This commit is contained in:
parent
79650cd19f
commit
9a5a056398
1 changed files with 7 additions and 5 deletions
|
@ -1,10 +1,12 @@
|
|||
pcbuilddir=$(top_srcdir)
|
||||
pcfiledir=
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
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@
|
||||
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
|
||||
Libs: -L${pcfiledir}/gst -lgst
|
||||
Cflags: -I${pcfiledir} -I${pcfiledir}/libs @GST_CFLAGS@
|
||||
|
||||
|
|
Loading…
Reference in a new issue