Commit b6932baa authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac: fixed typo.

parent 2774b1fc
...@@ -3292,7 +3292,7 @@ if test "${enable_waveout}" != "no"; then ...@@ -3292,7 +3292,7 @@ if test "${enable_waveout}" != "no"; then
VLC_ADD_PLUGINS([waveout]) VLC_ADD_PLUGINS([waveout])
VLC_ADD_LDFLAGS([waveout],[-lwinmm]) VLC_ADD_LDFLAGS([waveout],[-lwinmm])
fi fi
if "${SYS}" = "mingwce"; then if test "${SYS}" = "mingwce"; then
VLC_ADD_PLUGINS([waveout]) VLC_ADD_PLUGINS([waveout])
fi fi
fi fi
......
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