Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21832 Details for
Bug 35091
Patches to make mplayer-1.0_pre2 compile with alsa 1.0 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
trivial patch
mplayer-configure.diff (text/plain), 894 bytes, created by
Jeremy Huddleston (RETIRED)
on 2003-12-07 13:46:32 UTC
(
hide
)
Description:
trivial patch
Filename:
MIME Type:
Creator:
Jeremy Huddleston (RETIRED)
Created:
2003-12-07 13:46:32 UTC
Size:
894 bytes
patch
obsolete
>--- configure.orig 2003-12-07 13:10:10.000000000 -0800 >+++ configure 2003-12-07 13:44:31.000000000 -0800 >@@ -3808,7 +3808,8 @@ > cc_check -lasound $_ld_dl $_ld_pthread && $TMPO && _alsaver='0.9.x-sys' > cat > $TMPC << EOF > #include <alsa/asoundlib.h> >-int main(void) { return (!(SND_LIB_MAJOR==0 && SND_LIB_MINOR==9)); } >+int main(void) { return (!( (SND_LIB_MAJOR==0 && SND_LIB_MINOR==9) || >+ (SND_LIB_MAJOR==1 && SND_LIB_MINOR==0) )); } > EOF > cc_check -lasound $_ld_dl $_ld_pthread && $TMPO && _alsaver='0.9.x-alsa' > fi >@@ -3834,7 +3835,7 @@ > _aomodules="alsa9 $_aomodules" > _def_alsa9='#define HAVE_ALSA9 1' > _def_alsa_asoundlib_h='#define HAVE_ALSA_ASOUNDLIB_H 1' >- echores "yes (using alsa 0.9.x and alsa/asoundlib.h)" >+ echores "yes (using alsa 0.9.x or 1.0.x and alsa/asoundlib.h)" > fi > _ld_alsa="-lasound $_ld_dl $_ld_pthread" > else
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 35091
:
21712
|
21713
|
21714
| 21832