• Show log

    Commit

  • Hash : 28bf56c1
    Author : Sam Lantinga
    Date : 2017-09-06T10:31:05

    Fixed bug 3801 - HAVE_LIBSAMPLERATE_H depending on HAVE_LIBC in current SDL_config.h.in
    
    Ozkan Sezer
    
    HAVE_LIBSAMPLERATE_H is depending on HAVE_LIBC in current config.h.in:
    it shouldn't be.  HAVE_LIBUDEV_H, HAVE_DBUS_DBUS_H, HAVE_IBUS_IBUS_H,
    HAVE_FCITX_FRONTEND_H, and HAVE_ALTIVEC_H have the same situation too.
    I suggest something like the following, which moves them out of the
    HAVE_LIBC confinement and also moves the windows dx header stuff along
    side them. (Not ideal, but a bit cleaner I think.)
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_w kc3_lang_org thodg_l thodg_m www_kmx_io thodg
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)