summaryrefslogtreecommitdiffstats
path: root/Gui/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/interface.c')
-rw-r--r--Gui/interface.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index 00b12837a5..a05458f613 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -732,12 +732,9 @@ int guiGetEvent( int type,char * arg )
#ifdef USE_LIBAVCODEC
&& !gtkVopLAVC
#endif
-#ifdef USE_LIBFAME
- && !gtkVopFAME
-#endif
)
{
- gtkMessageBox( GTK_MB_FATAL,MSGTR_NEEDLAVCFAME );
+ gtkMessageBox( GTK_MB_FATAL,MSGTR_NEEDLAVC );
guiIntfStruct.Playing=0;
return True;
}
@@ -823,9 +820,6 @@ int guiGetEvent( int type,char * arg )
#ifdef USE_LIBAVCODEC
remove_vop( "lavc" );
#endif
-#ifdef USE_LIBFAME
- remove_vop( "fame" );
-#endif
if ( video_driver_list && !gstrcmp( video_driver_list[0],"dxr3" ) )
{
if ( ( guiIntfStruct.StreamType != STREAMTYPE_DVD)&&( guiIntfStruct.StreamType != STREAMTYPE_VCD ) )
@@ -833,9 +827,6 @@ int guiGetEvent( int type,char * arg )
#ifdef USE_LIBAVCODEC
if ( gtkVopLAVC ) add_vop( "lavc" );
#endif
-#ifdef USE_LIBFAME
- if ( gtkVopFAME ) add_vop( "fame" );
-#endif
}
}
#endif