155e069499309de042a596dcbd148a60b33df2b7
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / vlc / 0005-libvorbisidec.patch
1 Fixes linking error with tremor due to wrong library name
2
3 Downloaded from Gentoo package
4 https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-2.1.0-fix-libtremor-libs.patch?view=markup
5
6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
7
8 --- a/modules/codec/Makefile.am
9 +++ b/modules/codec/Makefile.am
10 @@ -215,7 +215,7 @@
11  libtremor_plugin_la_SOURCES = codec/vorbis.c
12  libtremor_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DMODULE_NAME_IS_tremor
13  libtremor_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
14 -libtremor_plugin_la_LIBADD = -lvorbisdec -logg
15 +libtremor_plugin_la_LIBADD = $(VORBIS_LIBS) $(OGG_LIBS)
16  EXTRA_LTLIBRARIES += libtremor_plugin.la
17  codec_LTLIBRARIES += $(LTLIBtremor)
18