Patch #1923547: enable nasm usage on OS/2

svn-id: r31226
This commit is contained in:
Jordi Vilalta Prat 2008-03-23 11:24:23 +00:00
parent 7047e5e974
commit b81993f894
5 changed files with 9 additions and 5 deletions

View file

@ -38,7 +38,7 @@ extern "C" {
// NOTE: if your compiler uses different mangled names, add another
// condition here
#if !defined(_WIN32) && !defined(MACOSX)
#if !defined(_WIN32) && !defined(MACOSX) && !defined(__OS2__)
#define RGBtoYUV _RGBtoYUV
#define LUT16to32 _LUT16to32
#endif