mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
avi: link against gstvideo now
This commit is contained in:
parent
b138a0906d
commit
c9b154df2f
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ libgstavi_la_LIBADD = \
|
|||
$(GST_LIBS) \
|
||||
-lgstriff-@GST_MAJORMINOR@ \
|
||||
-lgstaudio-@GST_MAJORMINOR@ \
|
||||
-lgsttag-@GST_MAJORMINOR@
|
||||
-lgsttag-@GST_MAJORMINOR@ \
|
||||
-lgstvideo-@GST_MAJORMINOR@
|
||||
|
||||
libgstavi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstavi_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
|
Loading…
Reference in a new issue