this could be a first step

add_sound=
build_sound_sdl=no
build_sound_ahi=no
AC_ARG_ENABLE(sound,
AC_HELP_STRING([--enable-sound=[[sdl|ahi]]], [Use the specified sound handler (default=sdl)]),
   [case "${enableval}" in
     sdl|SDL|Sdl)
       build_sound_sdl=yes
         add_sound="sdl"
       ;;
     ahi|AHI|Ahi)
       build_sound_ahi=yes
         add_sound="ahi"
       ;;
     esac],
   build_sound_sdl=yes
   add_sound=sdl
)

but i don't know if build_sound_xxx is valid or not

Andrea


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to