blob: 18bdc4ddd1c7bb750874983bc36ff0f5e0e425bb [file] [log] [blame]
Andrew Geissler87f5cff2022-09-30 13:13:31 -05001* 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)