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. --- audio/out/ao.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio') diff --git a/audio/out/ao.c b/audio/out/ao.c index 8fd24c2439..b8337d5c16 100644 --- a/audio/out/ao.c +++ b/audio/out/ao.c @@ -93,9 +93,7 @@ static const struct ao_driver * const audio_out_drivers[] = { &audio_out_coreaudio_exclusive, #endif &audio_out_pcm, -#if HAVE_ENCODING &audio_out_lavc, -#endif #if HAVE_RSOUND &audio_out_rsound, #endif -- cgit v1.2.3