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

(-)a/xvidcap-1.1.7/configure.in (-1 / +1 lines)
Lines 424-430 fi Link Here
424
# with audio detection in shared library libavformat
424
# with audio detection in shared library libavformat
425
if ( test x${ac_cv_lib_avcodec_avcodec_encode_video} = xyes ) ; then
425
if ( test x${ac_cv_lib_avcodec_avcodec_encode_video} = xyes ) ; then
426
	test x`(uname -s)` = xSunOS && ac_my_avcodec_libs="-lnsl -lsocket"
426
	test x`(uname -s)` = xSunOS && ac_my_avcodec_libs="-lnsl -lsocket"
427
	AC_CHECK_LIB_STATIC(avcodec, avcodec_decode_audio,[ac_my_have_ffmpeg_audio="1"],[unset ac_cv_lib_avcodec_avcodec_decode_audio ; AC_CHECK_LIB(avcodec, avcodec_decode_audio,[ac_my_have_ffmpeg_audio="1"],[ac_my_have_ffmpeg_audio="0"],[$ac_my_avcodec_libs])],[$ac_my_avcodec_libs])
427
	AC_CHECK_LIB_STATIC(avcodec, avcodec_decode_audio2,[ac_my_have_ffmpeg_audio="1"],[unset ac_cv_lib_avcodec_avcodec_decode_audio2 ; AC_CHECK_LIB(avcodec, avcodec_decode_audio2,[ac_my_have_ffmpeg_audio="1"],[ac_my_have_ffmpeg_audio="0"],[$ac_my_avcodec_libs])],[$ac_my_avcodec_libs])
428
fi
428
fi
429
429
430
################################################################
430
################################################################

Return to bug 258042