aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS
diff options
context:
space:
mode:
authorChris Apers2006-02-25 21:01:42 +0000
committerChris Apers2006-02-25 21:01:42 +0000
commit71a2aedb91541298d2986bf1f9cd74ce54555523 (patch)
tree740d41424ff7d289572f908871a2bd52edbf15f0 /backends/PalmOS
parent2cef4d1a6eff27039b790f9c302eebe366454aca (diff)
downloadscummvm-rg350-71a2aedb91541298d2986bf1f9cd74ce54555523.tar.gz
scummvm-rg350-71a2aedb91541298d2986bf1f9cd74ce54555523.tar.bz2
scummvm-rg350-71a2aedb91541298d2986bf1f9cd74ce54555523.zip
Will use mpeg2
svn-id: r20895
Diffstat (limited to 'backends/PalmOS')
-rwxr-xr-xbackends/PalmOS/Src/native/znative_sword1.h2
-rwxr-xr-xbackends/PalmOS/Src/native/znative_sword2.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/native/znative_sword1.h b/backends/PalmOS/Src/native/znative_sword1.h
index 9912ba7f1a..eac9cb86e3 100755
--- a/backends/PalmOS/Src/native/znative_sword1.h
+++ b/backends/PalmOS/Src/native/znative_sword1.h
@@ -3,5 +3,7 @@
#include "znative_common.h"
#undef DISABLE_SWORD1
+#define USE_MPEG2
+#define USE_VORBIS
#endif
diff --git a/backends/PalmOS/Src/native/znative_sword2.h b/backends/PalmOS/Src/native/znative_sword2.h
index 1a64e8fd03..095410873a 100755
--- a/backends/PalmOS/Src/native/znative_sword2.h
+++ b/backends/PalmOS/Src/native/znative_sword2.h
@@ -4,5 +4,7 @@
#include "znative_common.h"
#undef DISABLE_SWORD2
#undef _DEBUG
+#define USE_MPEG2
+#define USE_VORBIS
#endif