Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10475 in orxonox.OLD for trunk/src/lib


Ignore:
Timestamp:
Jan 29, 2007, 9:32:37 AM (17 years ago)
Author:
bensch
Message:

fixed a compilation bug on tardis machines, now SDL is only searched for with sdl-config if SDL is not found natively by automake algorithms.
the only problem is, that if SDL is really not found, nothing is reported
but at least it works for the moment

please inform me if any problems on other platforms do arise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/texture.cc

    r9869 r10475  
    2222
    2323#ifdef HAVE_SDL_SDL_H
    24 #include <SDL/SDL_image.h>
    25 #include <SDL/SDL_endian.h>
    26 #include <SDL/SDL_byteorder.h>
     24 #include <SDL/SDL_image.h>
     25 #include <SDL/SDL_endian.h>
     26 #include <SDL/SDL_byteorder.h>
    2727#else
    28 #include <SDL_endian.h>
    29 #include <SDL_image.h>
    30 #include <SDL_byteorder.h>
     28 #include <SDL_image.h>
     29 #include <SDL_endian.h>
     30 #include <SDL_byteorder.h>
    3131#endif
    3232#if SDL_BYTEORDER == SDL_BIG_ENDIAN
Note: See TracChangeset for help on using the changeset viewer.