mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-18 14:31:52 +00:00
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:
parent
04e1146318
commit
bbffc8dca5
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue