gentoo-ebuilds/media-video/vlc/files/vlc-9999-fix-libtremor-libs.patch
Sam James 59d26c4098
media-video/vlc: scrub patches
Accidentally left in dummy commit msg, oops.

Bug: https://bugs.gentoo.org/901995
Signed-off-by: Sam James <sam@gentoo.org>
2023-05-27 03:47:19 +01:00

11 lines
480 B
Diff

--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -332,7 +332,7 @@ codec_LTLIBRARIES += $(LTLIBdaala)
libtremor_plugin_la_SOURCES = codec/vorbis.c
libtremor_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DPLUGIN_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)