diff options
author | Chris Apers | 2006-02-25 21:01:42 +0000 |
---|---|---|
committer | Chris Apers | 2006-02-25 21:01:42 +0000 |
commit | 71a2aedb91541298d2986bf1f9cd74ce54555523 (patch) | |
tree | 740d41424ff7d289572f908871a2bd52edbf15f0 | |
parent | 2cef4d1a6eff27039b790f9c302eebe366454aca (diff) | |
download | scummvm-rg350-71a2aedb91541298d2986bf1f9cd74ce54555523.tar.gz scummvm-rg350-71a2aedb91541298d2986bf1f9cd74ce54555523.tar.bz2 scummvm-rg350-71a2aedb91541298d2986bf1f9cd74ce54555523.zip |
Will use mpeg2
svn-id: r20895
-rwxr-xr-x | backends/PalmOS/Src/native/znative_sword1.h | 2 | ||||
-rwxr-xr-x | backends/PalmOS/Src/native/znative_sword2.h | 2 |
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 |