1* tremor provides libvorbisidec, use it instead of libvorbisdec 2 3Upstream-status: Pending 4 5Signed-off-by: Tim Orling <TicoTimo@gmail.com> 6 7Index: vlc-2.2.1/modules/codec/Makefile.am 8=================================================================== 9--- vlc-2.2.1.orig/modules/codec/Makefile.am 10+++ vlc-2.2.1/modules/codec/Makefile.am 11@@ -234,7 +234,7 @@ codec_LTLIBRARIES += $(LTLIBtheora) 12 libtremor_plugin_la_SOURCES = codec/vorbis.c 13 libtremor_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DMODULE_NAME_IS_tremor 14 libtremor_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)' 15-libtremor_plugin_la_LIBADD = -lvorbisdec -logg 16+libtremor_plugin_la_LIBADD = -lvorbisidec -logg 17 EXTRA_LTLIBRARIES += libtremor_plugin.la 18 codec_LTLIBRARIES += $(LTLIBtremor) 19 20