Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2854 in orxonox.OLD for orxonox/branches/sound/configure.ac


Ignore:
Timestamp:
Nov 14, 2004, 4:44:31 PM (21 years ago)
Author:
simon
Message:

/branches/sound: finally a running version. To test, you can switch the parameters in the test class sound_test. A .ogg file named music.ogg from the directory . is played. The test class is really ugly, I know.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/sound/configure.ac

    r2627 r2854  
    7777fi
    7878
     79AC_CHECK_HEADERS(SDL/SDL_mixer.h ,,
     80      [AC_MSG_ERROR([cannot find sdlmixer headers]) ])
     81
     82LIBS="$LIBS -lSDL_mixer"
     83
    7984# FIXME: Replace `main' with a function in `-lOSMesa':
    8085AC_CHECK_LIB([OSMesa], [main])
Note: See TracChangeset for help on using the changeset viewer.