Xvid 1.3.0-rc1 VfW Build Patch

Brendan Brewster <[email protected]> Sun, 2 Jan 2011 15:29:56 -0500
Newsgroups gmane.comp.video.xvid.devel
Message-ID <[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

_______________________________________________
Xvid-devel mailing list
[email protected]
http://list.xvid.org/mailman/listinfo/xvid-devel