diff options
Diffstat (limited to 'media-video/mplayer/files/mplayer-1.0_pre5-alsa-gui.patch')
-rw-r--r-- | media-video/mplayer/files/mplayer-1.0_pre5-alsa-gui.patch | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/media-video/mplayer/files/mplayer-1.0_pre5-alsa-gui.patch b/media-video/mplayer/files/mplayer-1.0_pre5-alsa-gui.patch index 182f41f325d2..822c1442b1fb 100644 --- a/media-video/mplayer/files/mplayer-1.0_pre5-alsa-gui.patch +++ b/media-video/mplayer/files/mplayer-1.0_pre5-alsa-gui.patch @@ -168,7 +168,7 @@ retrieving revision 1.63 diff -u -r1.63 opts.c --- Gui/mplayer/gtk/opts.c 26 Jun 2004 13:26:11 -0000 1.63 +++ Gui/mplayer/gtk/opts.c 24 Jul 2004 22:15:59 -0000 -@@ -152,18 +152,9 @@ +@@ -152,18 +152,13 @@ static char * vo_driver[3]; static int old_video_driver = 0; @@ -176,10 +176,10 @@ diff -u -r1.63 opts.c - void ShowOSSConfig( void ); - void HideOSSConfig( void ); -#endif --#ifdef HAVE_DXR3 -- void ShowDXR3Config( void ); -- void HideDXR3Config( void ); --#endif + #ifdef HAVE_DXR3 + void ShowDXR3Config( void ); + void HideDXR3Config( void ); + #endif -#ifdef HAVE_SDL - void ShowSDLConfig( void ); - void HideSDLConfig( void ); @@ -805,6 +805,14 @@ diff -u -r1.63 opts.c #ifdef HAVE_DXR3 // --- dxr3 config box +@@ -1667,6 +1688,6 @@ + vbox1=AddVBox( AddDialogFrame( DXR3Config ),0 ); + vbox2=AddVBox( vbox1,0 ); + hbox1=AddHBox( vbox2,1 ); +- AddLabel( MSGTR_PREFERENCES_OSS_Device,hbox1 ); ++ AddLabel( MSGTR_PREFERENCES_Audio_Device,hbox1 ); + + CBDevice=AddComboBox( hbox1 ); Index: Gui/mplayer/gtk/opts.h =================================================================== RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/opts.h,v |