Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3110 in orxonox.OLD for orxonox/branches/images/importer/material.h


Ignore:
Timestamp:
Dec 6, 2004, 1:11:56 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/images: test for jpeg and png libs in configure.ac and material.cc/h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/images/importer/material.h

    r3104 r3110  
    1717#if HAVE_CONFIG_H
    1818#include <config.h>
    19 #endif
     19#endif /* HAVE_CONFIG_H */
    2020
    2121#ifdef HAVE_SDL_SDL_IMAGE_H
     
    2323#else
    2424// IMAGE LIBS //
     25#ifdef HAVE_JPEGLIB_H
    2526extern "C"{         // This has to be done, because not a c++ lib
    2627#include <jpeglib.h>
    2728}
     29#endif /* HAVE_JPEGLIB_H */
     30#ifdef HAVE_PNG_H
    2831#include <png.h>
    29 #endif
     32#endif /* HAVE_PNG_H */
     33#endif /* HAVE_SDL_SDL_IMAGE_H */
    3034
    3135//! Class to handle Materials.
Note: See TracChangeset for help on using the changeset viewer.