Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 150989 Details for
Bug 219318
media-video/vlc: option --rc-fake-tty stopped working from version 0.8.6d
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for vlc-0.8.6f that reverts the introduced bug
vlc-0.8.6f-faketty.patch (text/plain), 870 bytes, created by
Juha Aatrokoski
on 2008-04-26 07:49:00 UTC
(
hide
)
Description:
Patch for vlc-0.8.6f that reverts the introduced bug
Filename:
MIME Type:
Creator:
Juha Aatrokoski
Created:
2008-04-26 07:49:00 UTC
Size:
870 bytes
patch
obsolete
>--- vlc-0.8.6f/modules/control/rc.c 2008-04-25 23:53:27.000000000 +0300 >+++ vlc-0.8.6f/modules/control/rc.c 2008-04-26 00:41:07.000000000 +0300 >@@ -141,11 +141,8 @@ > > if( p_intf->p_sys->i_socket == -1 ) > { >- if (!config_GetInt( p_intf, "rc-fake-tty" )) >- { >- utf8_vfprintf( stdout, psz_fmt, args ); >- printf( "\r\n" ); >- } >+ utf8_vfprintf( stdout, psz_fmt, args ); >+ printf( "\r\n" ); > > } > else >@@ -2301,12 +2298,6 @@ > } > #endif > >- if (p_intf->p_sys->i_socket == -1 && config_GetInt( p_intf, "rc-fake-tty" )) >- { >- msleep( INTF_IDLE_SLEEP ); >- return VLC_FALSE; >- } >- > while( !p_intf->b_die && *pi_size < MAX_LINE_LENGTH && > (i_read = net_ReadNonBlock( p_intf, p_intf->p_sys->i_socket == -1 ? > 0 /*STDIN_FILENO*/ : p_intf->p_sys->i_socket, NULL,
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 219318
: 150989