diff options
Diffstat (limited to 'libxine/libxine-1.0.0-beta12/libxine-tremor-autoconf.patch')
-rw-r--r-- | libxine/libxine-1.0.0-beta12/libxine-tremor-autoconf.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libxine/libxine-1.0.0-beta12/libxine-tremor-autoconf.patch b/libxine/libxine-1.0.0-beta12/libxine-tremor-autoconf.patch index e69de29bb2..a01aab20c2 100644 --- a/libxine/libxine-1.0.0-beta12/libxine-tremor-autoconf.patch +++ b/libxine/libxine-1.0.0-beta12/libxine-tremor-autoconf.patch @@ -0,0 +1,14 @@ +Copyright (C) 2002, Fred Boulay <dilb@handhelds.org> +Licensed under GPL v2 + +--- m4/vorbis.m4.orig 2002-12-17 10:21:44.000000000 +0100 ++++ m4/vorbis.m4 2002-12-17 10:21:54.000000000 +0100 +@@ -18,7 +18,7 @@ AC_ARG_ENABLE(vorbistest, [ --disable-v + VORBIS_LIBDIR="-L$vorbis_prefix/lib" + fi + +- VORBIS_LIBS="$VORBIS_LIBDIR -lvorbis -lm" ++ VORBIS_LIBS="$VORBIS_LIBDIR -lvorbisidec -lm" + VORBISFILE_LIBS="-lvorbisfile" + VORBISENC_LIBS="-lvorbisenc" + |