aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch
blob: 8ecddd33c6734d6a7b1b41437ce8b50de6a456ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* tremor provides libvorbisidec, use it instead of libvorbisdec

Upstream-Status: Pending

Signed-off-by: Tim Orling <TicoTimo@gmail.com>

--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -321,7 +321,7 @@ codec_LTLIBRARIES += $(LTLIBdaala)
 libtremor_plugin_la_SOURCES = codec/vorbis.c
 libtremor_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DMODULE_NAME_IS_tremor
 libtremor_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
-libtremor_plugin_la_LIBADD = -lvorbisdec -logg
+libtremor_plugin_la_LIBADD = -lvorbisidec -logg
 EXTRA_LTLIBRARIES += libtremor_plugin.la
 codec_LTLIBRARIES += $(LTLIBtremor)