mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
pkgconfig: Move fixes for move of aggregator to core
This commit is contained in:
parent
c0226e08e3
commit
4aa51c82a8
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ includedir=@abs_top_srcdir@/gst-libs
|
|||
Name: GStreamer bad audio library, uninstalled
|
||||
Description: Bad audio library for GStreamer, Not Installed
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
|
||||
Libs: -L${libdir} -lgstbadaudio-@GST_API_VERSION@
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
|
|
@ -7,7 +7,7 @@ pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
|
|||
Name: GStreamer bad audio library, uninstalled
|
||||
Description: Bad audio library for GStreamer elements, Not Installed
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
|
||||
Libs: -L${libdir} -gstbadaudio-@GST_API_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
@ -8,7 +8,7 @@ typelibdir=@abs_top_builddir@/gst-libs/gst/video
|
|||
Name: GStreamer bad video library, uninstalled
|
||||
Description: Bad video library for GStreamer elements, Not Installed
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
|
||||
Libs: -L${libdir} -lgstbadvideo-@GST_API_VERSION@
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
|
|
@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
|
|||
Name: GStreamer bad video library
|
||||
Description: Bad video library for GStreamer elements
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
|
||||
Libs: -L${libdir} -lgstbadvideo-@GST_API_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue