From 436a1d4012553a2f33d0e3a5180b3b5ae0378bdd Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 23 Oct 2015 10:27:31 +0200 Subject: Interruptible requests ^C now works as expected: It interrupts API requests, input prompts and audio streaming. Timeouts have been removed. --- src/config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 788455c..db3b66e 100644 --- a/src/config.h +++ b/src/config.h @@ -14,11 +14,6 @@ * ffmpeg and libav */ #include -/* is "timeout" option present (all versions of ffmpeg, not libav) */ -#if LIBAVFILTER_VERSION_MICRO >= 100 -#define HAVE_AV_TIMEOUT -#endif - /* does graph_send_command exist (ffmpeg >=2.2) */ #if LIBAVFILTER_VERSION_MAJOR >= 4 && \ LIBAVFILTER_VERSION_MICRO >= 100 -- cgit v1.2.3