Commit c99d445e authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac: added new normvol module to the build.

parent a8f31b96
...@@ -412,7 +412,7 @@ AC_CHECK_LIB(m,pow,[ ...@@ -412,7 +412,7 @@ AC_CHECK_LIB(m,pow,[
VLC_ADD_LDFLAGS([ffmpeg stream_out_transcode stream_out_transrate i420_rgb faad equalizer vlc],[-lm]) VLC_ADD_LDFLAGS([ffmpeg stream_out_transcode stream_out_transrate i420_rgb faad equalizer vlc],[-lm])
]) ])
AC_CHECK_LIB(m,sqrt,[ AC_CHECK_LIB(m,sqrt,[
VLC_ADD_LDFLAGS([headphone_channel_mixer],[-lm]) VLC_ADD_LDFLAGS([headphone_channel_mixer normvol],[-lm])
]) ])
fi # end "${SYS}" != "mingw32" fi # end "${SYS}" != "mingw32"
......
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