]> git.sesse.net Git - vlc/commit
- Portablility fix: We now control the name to be used in the assembler
authorGildas Bazin <gbazin@videolan.org>
Sun, 1 Jul 2001 08:49:09 +0000 (08:49 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 1 Jul 2001 08:49:09 +0000 (08:49 +0000)
commit1dafba77c22a39cd8c2e684fcf1499db5582cd6a
tree3a9973c9ca9f9e322454dd0052aa8580e11ae2bb
parent9db3558c0ad35c9a47fca9d93bd17a1a64c31dfb
- Portablility fix: We now control the name to be used in the assembler
    code for a C function or variable.
    GCC for Win32 normally prepends an underscore to the name of a
    C function or variable, and the inline assembler code was using the
    name without the underscore so we had undefined symbols in some
    modules.
- Reenabled all the accelerated modules on Win32.
configure
configure.in
plugins/downmix/ac3_downmix_3dn.c
plugins/downmix/ac3_downmix_sse.c
plugins/imdct/ac3_srfft_sse.c
plugins/yuv/transforms_yuvmmx.h