summaryrefslogtreecommitdiff
path: root/media-video/vlc/files/vlc-9999-fix-libtremor-libs.patch
blob: 3703cea1f10de322731e9c78d8878e8897ee4c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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)