Re: Xvid 1.3.0-rc1 VfW Build Patch
Michael Militzer <[email protected]> Mon, 03 Jan 2011 14:01:27 +0100
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, fixed now. Thank you for pointing this out. One really can't trust the MS VC resource editor... Regards, Michael Quoting Brendan Brewster <[email protected]>: > Hi, > > The path to the IDB_LOGO in the VfW resource.rc in the 1.3.0-rc1 release was > fully qualified rather than relative. I am providing a patch so that it can > be built on anyone's system/setup. > > diff -urN xvidcore_1.3.0-rc1.prev/vfw/src/resource.rc > xvidcore_1.3.0-rc1/vfw/src/resource.rc > --- xvidcore_1.3.0-rc1.prev/vfw/src/resource.rc 2010-12-31 > 05:53:22.000000000 -0500 > +++ xvidcore_1.3.0-rc1/vfw/src/resource.rc 2011-01-01 > 03:36:26.750000000 -0500 > @@ -591,7 +591,7 @@ > // Bitmap > // > > -IDB_LOGO BITMAP > "C:\\workspace\\xvidcore_head\\vfw\\src\\XviD_logo.bmp" > +IDB_LOGO BITMAP ".\\XviD_logo.bmp" > > > ///////////////////////////////////////////////////////////////////////////// > // > > -Brendan >