okay, so ALL the avi code should be disabled on not-windows.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2061 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-03-06 21:26:09 +00:00
parent 04e1146318
commit bbffc8dca5
1 changed files with 2 additions and 1 deletions

View File

@ -1258,7 +1258,7 @@ qboolean Media_DecodeFrame(cin_t *cin)
}
break;
#ifdef WINAVI
case MFT_AVI:
{
LPBITMAPINFOHEADER lpbi; // Holds The Bitmap Header Information
@ -1323,6 +1323,7 @@ qboolean Media_DecodeFrame(cin_t *cin)
}
}
return true;
#endif
}
return false;
}