Summary: | Не собирается из-за того, что ожидает ffmpeg >= 2.6.0, а получает libav | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Vitaly Lipatov <lav> |
Component: | qtox | Assignee: | Vitaly Lipatov <lav> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P3 | CC: | lav |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux | ||
Bug Depends on: | 32312 | ||
Bug Blocks: |
Description
Vitaly Lipatov
2016-07-25 14:04:18 MSK
В репозитории есть это изменение, не вошедшее ни в один релиз: commit e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8 Author: Stefano Sabatini <stefasab@gmail.com> Date: Wed Dec 10 12:20:49 2014 +0000 imgutils: create misc functions for dealing with buffers Move the lavc/imgconvert functions and rename them as follows: avpicture_get_size -> av_image_get_buffer_size() avpicture_fill -> av_image_fill_arrays() avpicture_layout -> av_image_copy_to_buffer() The new functions have an align parameter, which allows to define the linesize alignment assumed in the buffer (which is set or read). The names of the functions are consistent with the lavu/samples API (av_samples_get_buffer_size(), av_samples_fill_arrays()). A redundant check has been dropped from av_image_fill_arrays(). Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Собрано с ffmpeg: * Fri Jun 09 2017 Vitaly Lipatov <lav@altlinux.ru> 1.6.0-alt1 - new version (1.6.0) with rpmgs script - rebuild with ffmpeg |