25 lines
1.3 KiB
Diff
25 lines
1.3 KiB
Diff
|
diff -Nru vlc-2.2.0.orig/modules/Makefile.in vlc-2.2.0/modules/Makefile.in
|
||
|
--- vlc-2.2.0.orig/modules/Makefile.in 2015-02-26 21:12:56.000000000 +0100
|
||
|
+++ vlc-2.2.0/modules/Makefile.in 2015-03-20 10:07:48.127429784 +0100
|
||
|
@@ -3999,7 +3999,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 = -lvorbisidec -logg
|
||
|
libvorbis_plugin_la_SOURCES = codec/vorbis.c
|
||
|
libvorbis_plugin_la_CFLAGS = $(AM_CFLAGS) $(VORBIS_CFLAGS)
|
||
|
libvorbis_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
|
||
|
diff -Nru vlc-2.2.0.orig/modules/codec/Makefile.am vlc-2.2.0/modules/codec/Makefile.am
|
||
|
--- vlc-2.2.0.orig/modules/codec/Makefile.am 2015-02-26 21:11:26.000000000 +0100
|
||
|
+++ vlc-2.2.0/modules/codec/Makefile.am 2015-03-20 10:07:30.717436618 +0100
|
||
|
@@ -234,7 +234,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 = -lvorbisidec -logg
|
||
|
EXTRA_LTLIBRARIES += libtremor_plugin.la
|
||
|
codec_LTLIBRARIES += $(LTLIBtremor)
|
||
|
|