[vlc-devel] vlc: svn commit r12618 (sam)

Subversion daemon svn at videolan.org
Tue Sep 20 02:11:35 CEST 2005


r12618 | sam | 2005-09-20 02:11:35 +0200 (Tue, 20 Sep 2005) | 5 lines
Changed paths:
   M /trunk/modules/video_chroma/i420_rgb16.c
   M /trunk/modules/video_chroma/i420_rgb_mmx.h

  * modules/video_chroma/i420_rgb_mmx.h: work around a GCC 3.4.x bug.
    /* Using i586-mingw32msvc-gcc 3.4.2: */
    uint32_t i; __m64 mm0 = (__m64)(uint64_t)i;           /* ICE */
    uint32_t i; uint64_t tmp = i; __m64 mm0 = (__m64)tmp; /* OK */

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list