Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 456718
Collapse All | Expand All

(-)a/configure.ac (+2 lines)
Lines 507-512 fi Link Here
507
507
508
if test "x$have_ffaudio" = "xyes"; then
508
if test "x$have_ffaudio" = "xyes"; then
509
    INPUT_PLUGINS="$INPUT_PLUGINS ffaudio"
509
    INPUT_PLUGINS="$INPUT_PLUGINS ffaudio"
510
elif test "x$enable_ffaudio" = "xyes"; then
511
    AC_MSG_ERROR([Cannot find FFmpeg development files (libavcodec ver >= 53.40.0, libavformat ver >= 53.5.0, libavutil ver >= 50.42.0), but compilation of ffaudio plugin has been explicitly requested; please install FFmpeg dev files and run configure again])
510
fi
512
fi
511
513
512
dnl *** jack output plugin
514
dnl *** jack output plugin

Return to bug 456718