* [gentoo-commits] gentoo-x86 commit in media-video/vlc/files: vlc-2.1.0-fix-libtremor-libs.patch
@ 2013-10-24 23:34 Tom Wijsman (tomwij)
0 siblings, 0 replies; only message in thread
From: Tom Wijsman (tomwij) @ 2013-10-24 23:34 UTC (permalink / raw
To: gentoo-commits
tomwij 13/10/24 23:34:34
Added: vlc-2.1.0-fix-libtremor-libs.patch
Log:
More preparations for 2.1.0 version bump: Added missing line continuation characters which absence caused the econf command to split. Made sure qt5 being disabled doesnt
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path
1.1 media-video/vlc/files/vlc-2.1.0-fix-libtremor-libs.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-2.1.0-fix-libtremor-libs.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-2.1.0-fix-libtremor-libs.patch?rev=1.1&content-type=text/plain
Index: vlc-2.1.0-fix-libtremor-libs.patch
===================================================================
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -215,7 +215,7 @@
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 = $(VORBIS_LIBS) $(OGG_LIBS)
EXTRA_LTLIBRARIES += libtremor_plugin.la
codec_LTLIBRARIES += $(LTLIBtremor)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-24 23:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24 23:34 [gentoo-commits] gentoo-x86 commit in media-video/vlc/files: vlc-2.1.0-fix-libtremor-libs.patch Tom Wijsman (tomwij)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox