Commit 5bbe0409 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/directx/aout.c: adapted the directx audio plugin to aout3.
* modules/audio_output/waveout.c: adapted the waveout audio plugin to aout3 and
decreased its score so the directx plugin is selected by default.
* configure.in: re-enabled the waveout plugin

It's really amazing how much aout3 simplifies these plugins :)
parent f8ec3801
...@@ -1473,7 +1473,7 @@ AC_ARG_ENABLE(waveout, ...@@ -1473,7 +1473,7 @@ AC_ARG_ENABLE(waveout,
[ --enable-waveout Win32 waveOut module (default enabled on Win32)]) [ --enable-waveout Win32 waveOut module (default enabled on Win32)])
if test "x${enable_waveout}" != "xno" -a "x${SYS}" = "xmingw32" if test "x${enable_waveout}" != "xno" -a "x${SYS}" = "xmingw32"
then then
#PLUGINS="${PLUGINS} audio_output/waveout" PLUGINS="${PLUGINS} audio_output/waveout"
waveout_LDFLAGS="-lwinmm" waveout_LDFLAGS="-lwinmm"
fi fi
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment