Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 200389 Details for
Bug 258042
x11-misc/xvidcap-1.1.7 fails to build with >=media-video/ffmpeg-0.5_p22846
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
configure.in patch to enable audio.
xvidcap-1.1.7-avcodec_decode_audio.patch (text/plain), 1016 bytes, created by
Patrick Williams
on 2009-08-06 14:04:20 UTC
(
hide
)
Description:
configure.in patch to enable audio.
Filename:
MIME Type:
Creator:
Patrick Williams
Created:
2009-08-06 14:04:20 UTC
Size:
1016 bytes
patch
obsolete
>diff --git a/xvidcap-1.1.7/configure.in b/xvidcap-1.1.7/configure.in >index 04311a1..caadc99 100644 >--- a/xvidcap-1.1.7/configure.in >+++ b/xvidcap-1.1.7/configure.in >@@ -424,7 +424,7 @@ fi > # with audio detection in shared library libavformat > if ( test x${ac_cv_lib_avcodec_avcodec_encode_video} = xyes ) ; then > test x`(uname -s)` = xSunOS && ac_my_avcodec_libs="-lnsl -lsocket" >- 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]) >+ 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]) > fi > > ################################################################
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258042
: 200389 |
223025