mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
[MOVED FROM BAD 062/134] vp8: fix LIBADD order in Makefile.am
This commit is contained in:
parent
4d5ad6d0ca
commit
32505ef105
1 changed files with 4 additions and 4 deletions
|
@ -13,11 +13,11 @@ libgstvp8_la_CFLAGS = \
|
||||||
$(GST_BASE_CFLAGS) \
|
$(GST_BASE_CFLAGS) \
|
||||||
$(GST_CFLAGS) \
|
$(GST_CFLAGS) \
|
||||||
-DGST_USE_UNSTABLE_API
|
-DGST_USE_UNSTABLE_API
|
||||||
|
libgstvp8_la_LIBADD = \
|
||||||
|
$(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_MAJORMINOR@.la \
|
||||||
|
$(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ -lgstvideo-@GST_MAJORMINOR@ \
|
||||||
|
$(GST_BASE_LIBS) $(GST_LIBS) $(VPX_LIBS)
|
||||||
libgstvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstvp8_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
|
||||||
libgstvp8_la_LIBADD += $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ -lgstvideo-@GST_MAJORMINOR@
|
|
||||||
libgstvp8_la_LIBADD += $(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_MAJORMINOR@.la
|
|
||||||
libgstvp8_la_LIBADD += $(VPX_LIBS)
|
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstvp8dec.h \
|
gstvp8dec.h \
|
||||||
|
|
Loading…
Reference in a new issue