Mercurial > mplayer.hg
changeset 12924:65f49a82ac94
100l, fixes DXR3 compile problems caused by my last patch.
author | reimar |
---|---|
date | Sat, 31 Jul 2004 18:04:42 +0000 |
parents | 51276a7f4ea1 |
children | 2abd8e24eb69 |
files | Gui/mplayer/gtk/opts.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/mplayer/gtk/opts.c Sat Jul 31 15:14:26 2004 +0000 +++ b/Gui/mplayer/gtk/opts.c Sat Jul 31 18:04:42 2004 +0000 @@ -152,6 +152,10 @@ static char * vo_driver[3]; static int old_video_driver = 0; +#ifdef HAVE_DXR3 + void ShowDXR3Config( void ); + void HideDXR3Config( void ); +#endif void ShowAudioConfig(); void HideAudioConfig(); @@ -1684,7 +1688,7 @@ 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 );