diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-03-26 16:57:16 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-03-26 16:58:40 +0100 |
commit | ef051f835a6393bf3cdfc1ce76943f6db22751c4 (patch) | |
tree | 3e99dd729810a82baed8d79ed797f3e7e4048119 /INSTALL | |
parent | db7cb850dd9a7b40a47fe46fcfedb2a847fa1daf (diff) | |
download | pianobar-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
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |