From e02c9b9902f5bd356088cfbff3b9c333e50f1e47 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 29 Apr 2018 20:03:24 +0200 Subject: build: make encoding mode non-optional Makes it easier to not break the build by confusing the ifdeffery. --- options/options.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index b09a4a2224..49aac52ba2 100644 --- a/options/options.c +++ b/options/options.c @@ -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=..."), -- cgit v1.2.3