mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
GST_PLUGINS_BASE_LIBS is not defined in -base.
This commit is contained in:
parent
a9b979d45f
commit
c692191c33
4 changed files with 0 additions and 4 deletions
|
@ -19,7 +19,6 @@ libgstpango_la_CFLAGS = \
|
|||
$(GST_CFLAGS) \
|
||||
$(PANGO_CFLAGS)
|
||||
libgstpango_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_CONTROLLER_LIBS) \
|
||||
|
|
|
@ -20,7 +20,6 @@ libgstaudioresample_la_CFLAGS = \
|
|||
$(ORC_CFLAGS)
|
||||
|
||||
libgstaudioresample_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(ORC_LIBS) $(ORC_TEST_LIBS) \
|
||||
|
|
|
@ -409,7 +409,6 @@ elements_textoverlay_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
|
|||
|
||||
elements_volume_LDADD = \
|
||||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_CONTROLLER_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(LDADD)
|
||||
|
|
|
@ -5,6 +5,5 @@ probe_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
|||
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
probe_LDFLAGS = \
|
||||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue