From e34f902cebcf211a389c7e995312cbbfca42ce4a Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 13 Oct 2001 15:45:01 +0000 Subject: added -oldpp git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2189 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index cdbda2d1d3..7ea0ce2ac6 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -67,6 +67,11 @@ extern int dvd_angle; extern char * skinName; #endif +#ifdef HAVE_ODIVX_POSTPROCESS +extern int use_old_pp; +#endif + + /* from libvo/aspect.c */ extern float monitor_aspect; @@ -204,6 +209,11 @@ struct config conf[]={ {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n", CONF_TYPE_PRINT, 0, 0, 0}, {"pp", &divx_quality, CONF_TYPE_INT, CONF_RANGE, 0, 63}, +#ifdef HAVE_ODIVX_POSTPROCESS + {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1}, +#else + {"oldpp", "MPlayer was compiled without opendivx library", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0}, +#endif {"autoq", &auto_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100}, {"br", &encode_bitrate, CONF_TYPE_INT, CONF_RANGE, 10000, 10000000}, #ifdef HAVE_PNG -- cgit v1.2.3