mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
y4menc: Now depends on libgstvideo
This commit is contained in:
parent
d9750387c1
commit
eb8075111d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgsty4menc.la
|
||||||
|
|
||||||
libgsty4menc_la_SOURCES = gsty4mencode.c
|
libgsty4menc_la_SOURCES = gsty4mencode.c
|
||||||
libgsty4menc_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
libgsty4menc_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||||
libgsty4menc_la_LIBADD = $(GST_LIBS)
|
libgsty4menc_la_LIBADD = $(GST_LIBS) -lgstvideo-$(GST_MAJORMINOR)
|
||||||
libgsty4menc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgsty4menc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgsty4menc_la_LIBTOOLFLAGS = --tag=disable-static
|
libgsty4menc_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue