build: make encoding mode non-optional

Makes it easier to not break the build by confusing the ifdeffery.
This commit is contained in:
wm4
2018-04-29 20:03:24 +02:00
committed by Jan Ekström
parent 0ab3184526
commit e02c9b9902
10 changed files with 9 additions and 40 deletions

View File

@@ -758,9 +758,7 @@ const m_option_t mp_opts[] = {
OPT_SUBSTRUCT("vaapi", vaapi_opts, vaapi_conf, 0),
#endif
#if HAVE_ENCODING
OPT_SUBSTRUCT("", encode_opts, encode_config, 0),
#endif
OPT_REMOVED("a52drc", "use --ad-lavc-ac3drc=level"),
OPT_REMOVED("afm", "use --ad=..."),