mirror of https://github.com/mpv-player/mpv
consistency cosmetics: Use #ifdef everywhere instead of #if defined().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26167 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fbd3ffa4a0
commit
97f140390b
|
@ -1783,7 +1783,7 @@ GtkWidget * create_DXR3Config( void )
|
|||
gtk_widget_show( CEDXR3Device );
|
||||
gtk_entry_set_text( GTK_ENTRY( CEDXR3Device ),"/dev/em8300" );
|
||||
|
||||
#if defined( USE_LIBAVCODEC )
|
||||
#ifdef USE_LIBAVCODEC
|
||||
AddHSeparator( vbox2 );
|
||||
vbox3=AddVBox( vbox2,0 );
|
||||
AddLabel( MSGTR_PREFERENCES_DXR3_VENC,vbox3 );
|
||||
|
|
Loading…
Reference in New Issue