aboutsummaryrefslogtreecommitdiffstats
path: root/packages/scummvm/scummvm-0.6.0/tremor.patch
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/scummvm/scummvm-0.6.0/tremor.patch
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
downloadopenembedded-709c4d66e0b107ca606941b988bad717c0b45d9b.tar.gz
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/scummvm/scummvm-0.6.0/tremor.patch')
-rw-r--r--packages/scummvm/scummvm-0.6.0/tremor.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/packages/scummvm/scummvm-0.6.0/tremor.patch b/packages/scummvm/scummvm-0.6.0/tremor.patch
deleted file mode 100644
index 3acf302ec8..0000000000
--- a/packages/scummvm/scummvm-0.6.0/tremor.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- ./sound/vorbis.cpp.old 2004-05-16 04:23:59.000000000 +0930
-+++ ./sound/vorbis.cpp 2004-05-16 04:24:23.000000000 +0930
-@@ -29,7 +29,7 @@
- #include "sound/audiostream.h"
- #include "sound/audiocd.h"
-
--#include <vorbis/vorbisfile.h>
-+#include <tremor/ivorbisfile.h>
-
-
- AudioStream *makeVorbisStream(OggVorbis_File *file, int duration);
---- ./configure.old 2004-05-16 04:46:47.000000000 +0930
-+++ ./configure 2004-05-16 04:50:42.000000000 +0930
-@@ -560,15 +560,15 @@
- if test "$_vorbis" = auto ; then
- _vorbis=no
- cat > $TMPC << EOF
--#include <vorbis/codec.h>
-+#include <tremor/ivorbiscodec.h>
- int main(void) { vorbis_packet_blocksize(0,0); return 0; }
- EOF
- cc_check $LDFLAGS $CXXFLAGS $OGG_CFLAGS $OGG_LIBS $VORBIS_CFLAGS $VORBIS_LIBS \
-- -lvorbis -logg -lm && _vorbis=yes
-+ -lvorbisidec -logg -lm && _vorbis=yes
- fi
- if test "$_vorbis" = yes ; then
- _def_vorbis='#define USE_VORBIS'
-- LIBS="$LIBS $OGG_LIBS $VORBIS_LIBS -lvorbisfile -lvorbis -logg"
-+ LIBS="$LIBS $OGG_LIBS $VORBIS_LIBS -lvorbisidec -logg"
- INCLUDES="$INCLUDES $OGG_CFLAGS $VORBIS_CFLAGS"
- else
- _def_vorbis='#undef USE_VORBIS'