Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26156 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-04 19:13:18 +00:00
parent b867e95584
commit ac491474f1
1 changed files with 0 additions and 3 deletions

View File

@ -1788,10 +1788,7 @@ GtkWidget * create_DXR3Config( void )
vbox3=AddVBox( vbox2,0 );
AddLabel( MSGTR_PREFERENCES_DXR3_VENC,vbox3 );
RBVNone=AddRadioButton( MSGTR_PREFERENCES_None,&VEncoder_group,vbox3 );
#ifdef USE_LIBAVCODEC
RBVLavc=AddRadioButton( MSGTR_PREFERENCES_DXR3_LAVC,&VEncoder_group,vbox3 );
#endif
#endif
AddHSeparator( vbox1 );