comparison loader/win32.c @ 12735:5af0b22d55a6

Support for Winnov Videum WINX and WNV1 codecs with binary dll
author rtognimp
date Wed, 30 Jun 2004 22:00:53 +0000
parents b4c0a66ce67a
children 25cb0d6432d4
comparison
equal deleted inserted replaced
12734:506dc5dbc200 12735:5af0b22d55a6
3577 flg |= O_WRONLY; 3577 flg |= O_WRONLY;
3578 printf("Warning: openning filename %s %d (flags; 0x%x) for write\n", tmp, r, flg); 3578 printf("Warning: openning filename %s %d (flags; 0x%x) for write\n", tmp, r, flg);
3579 } 3579 }
3580 r=open(tmp, flg); 3580 r=open(tmp, flg);
3581 free(tmp); 3581 free(tmp);
3582 return r;
3583 }
3584
3585 // Needed by wnvplay1.dll
3586 if (strstr(cs1, "WINNOV.bmp"))
3587 {
3588 int r;
3589 r=open("/dev/null", 0);
3582 return r; 3590 return r;
3583 } 3591 }
3584 3592
3585 #if 0 3593 #if 0
3586 /* we need this for some virtualdub filters */ 3594 /* we need this for some virtualdub filters */