Changeset 9cacf4afaa63e933fd6e3658e6b0cc6581c3f644

Show
Ignore:
Timestamp:
11/28/07 18:23:39 (9 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1196270619 +0000
git-parent:

[ea27196a65dad0b618b0f9dde683e404d835893b]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1196270619 +0000
Message:

Lets assume glibc 2.8 will work properly when it's out (though I doubt it)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • NEWS

    r90fbce4 r9cacf4a  
    66Important notes: 
    77---------------- 
     8 * On Linux, localization will be disabled if you have glibc 2.6 or 2.7 due 
     9   to a major bug in libintl with these glibc versions. 
    810 * The HTTP interface is now only available on the local machine by default. 
    911   If you want to make it available from other machines, you will have to 
  • src/vlc.c

    rfb03332 r9cacf4a  
    6868 
    6969#   ifdef __GLIBC__ 
    70     if (dlsym (RTLD_NEXT, "sync_file_range")
     70    if (dlsym (RTLD_NEXT, "sync_file_range") && !dlsym (RTLD_NEXT, "qsort_r")
    7171    { 
    7272        /* Way too many Linux users have glibc 2.6 that keeps crashing