mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
error msg for -alvcopts if no libavcodec avail
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9100 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ab5b4a3f1e
commit
36ce394bb5
@ -194,6 +194,8 @@ static config_t mencoder_opts[]={
|
||||
#endif
|
||||
#ifdef USE_LIBAVCODEC
|
||||
{"lavcopts", lavcopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
||||
#else
|
||||
{"lavcopts", "MPlayer was compiled without libavcodec! See README or DOCS!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
|
||||
#endif
|
||||
#ifdef USE_WIN32DLL
|
||||
{"vfwopts", vfwopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
||||
|
Loading…
Reference in New Issue
Block a user