summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2019-03-26 16:57:16 +0100
committerLars-Dominik Braun <lars@6xq.net>2019-03-26 16:58:40 +0100
commitef051f835a6393bf3cdfc1ce76943f6db22751c4 (patch)
tree3e99dd729810a82baed8d79ed797f3e7e4048119
parentdb7cb850dd9a7b40a47fe46fcfedb2a847fa1daf (diff)
downloadpianobar-ef051f835a6393bf3cdfc1ce76943f6db22751c4.tar.gz
pianobar-ef051f835a6393bf3cdfc1ce76943f6db22751c4.tar.bz2
pianobar-ef051f835a6393bf3cdfc1ce76943f6db22751c4.zip
INSTALL: Fix ffmpeg version
Since commit 24852ca110c7240dd5c57aa7201d802302a097ce we depend on ffmpeg>=3.3. libav does not have av_buffersink_get_time_base and is thus unsupported. See issue #680
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 637791f..2d36705 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,7 +10,7 @@ Dependencies
- libcurl
- gcrypt[1]
- json-c
-- libav>=12/ffmpeg>=3.1 [2]
+- ffmpeg>=3.3 [2]
- UTF-8 console/locale
[1] with blowfish cipher enabled