diff options
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.c,v 1.2 2006-07-21 23:01:55 phintuka Exp $ + * $Id: menu.c,v 1.3 2006-08-07 17:12:29 phintuka Exp $ * */ @@ -665,19 +665,15 @@ cMenuXinelib::cMenuXinelib() Add(new cOsdItem(tr("Play file >>"), osUser1)); Add(new cOsdItem(tr("View images >>"), osUser2)); Add(new cOsdItem(tr("Play remote DVD >>"), osUser4)); -#if 1 if(cXinelibDevice::Instance().NumDvdSpuTracks() > 0) - Add(new cOsdItem(tr("Select DVD SPU Track >>"), osUser5)); -#endif + Add(new cOsdItem(tr(" Select DVD SPU Track >>"), osUser5)); + Add(ctrl_autocrop = new cMenuEditBoolItem(tr("Crop letterbox 4:3 to 16:9"), + &autocrop)); #ifdef ENABLE_TEST_POSTPLUGINS -#warning Experimental post plugins enabled ! Add(ctrl_headphone = new cMenuEditBoolItem(tr("Headphone audio mode"), &headphone)); - Add(ctrl_autocrop = new cMenuEditBoolItem(tr("Remove letterbox (4:3 -> 16:9)"), - &autocrop)); #else ctrl_headphone = NULL; - ctrl_autocrop = NULL; #endif #ifdef HAVE_XV_FIELD_ORDER |