Browse Source

fixed openal for new ALSA 1.0.x

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2437 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
5b114b741e
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      package/kasc/openal/openal.conf

+ 5
- 0
package/kasc/openal/openal.conf

@ -55,3 +55,8 @@ fi
# known bugs:
# --enable-smpeg, and --enable-dmalloc could be useful but are untested yet.
# ALSA 1.0 API change workaround ... :-(
var_append GCC_WRAPPER_APPEND " " \
"-DALSA_PCM_OLD_HW_PARAMS_API -DALSA_PCM_OLD_SW_PARAMS_API"
var_append GCC_WRAPPER_REMOVE " " "-ansi"

Loading…
Cancel
Save