mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
y4m: link against the right libgstvideo
https://bugzilla.gnome.org/show_bug.cgi?id=676189
This commit is contained in:
parent
5800315447
commit
6e78920416
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ plugin_LTLIBRARIES = libgsty4mdec.la
|
|||
libgsty4mdec_la_SOURCES = gsty4mdec.c
|
||||
libgsty4mdec_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgsty4mdec_la_LIBADD = \
|
||||
$(GST_BASE_PLUGINS_LIBS) -lgstvideo-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) -lgstbase-@GST_API_VERSION@ \
|
||||
$(GST_LIBS)
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgsty4mdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsty4mdec_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
Loading…
Reference in a new issue