1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

fix for a couple of linking problems patch by (Ambrose Li <a.c.li at ieee dot org>)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9532 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2003-03-05 10:20:14 +00:00
parent 64bec6e39b
commit 553af74e66
2 changed files with 6 additions and 0 deletions

View File

@ -137,14 +137,18 @@
// postprocessing:
{"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
CONF_TYPE_PRINT, 0, 0, 0, NULL},
#ifdef USE_LIBAVCODEC
{"pp", readPPOpt, CONF_TYPE_FUNC_PARAM, 0, 0, 0, (cfg_default_func_t)&revertPPOpt},
#endif
#ifdef HAVE_ODIVX_POSTPROCESS
{"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#else
{"oldpp", "MPlayer was compiled without opendivx library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif
{"npp", "-npp has been removed, use -vop pp and read the fine manual\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#ifdef USE_LIBAVCODEC
{"pphelp", &pp_help, CONF_TYPE_PRINT_INDIRECT, CONF_NOCFG, 0, 0, NULL},
#endif
{"vop", &vo_plugin_args, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},

View File

@ -68,7 +68,9 @@ static vf_info_t* filter_list[]={
&vf_info_bmovl,
&vf_info_crop,
&vf_info_expand,
#ifdef USE_LIBAVCODEC
&vf_info_pp,
#endif
&vf_info_scale,
// &vf_info_osd,
&vf_info_vo,