[vlc-commits] zvbi: Fix static linking.

Konstantin Pavlov git at videolan.org
Sat Nov 5 17:18:25 CET 2016


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sat Nov  5 19:05:35 2016 +0300| [faea418c6393c369962c1555dc66c3ef4fad3c6c] | committer: Konstantin Pavlov

zvbi: Fix static linking.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=faea418c6393c369962c1555dc66c3ef4fad3c6c
---

 modules/codec/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index 82266f2..308de0b 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -231,7 +231,7 @@ codec_LTLIBRARIES += $(LTLIBtelx)
 libzvbi_plugin_la_SOURCES = codec/zvbi.c
 libzvbi_plugin_la_CFLAGS = $(AM_CFLAGS) $(ZVBI_CFLAGS) $(CFLAGS_zvbi)
 libzvbi_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
-libzvbi_plugin_la_LIBADD = $(ZVBI_LIBS) $(SOCKET_LIBS)
+libzvbi_plugin_la_LIBADD = $(ZVBI_LIBS) $(LIBS_zvbi) $(SOCKET_LIBS)
 if HAVE_WIN32
 libzvbi_plugin_la_LIBADD += -lpthreadGC2
 endif



More information about the vlc-commits mailing list