Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 726 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 726 Bytes

About

This script compiles FFmpeg with @Kwiboo , @jernejsk and @ezequielgarcia patches providing V4L2-Request API support.

This is currently used to test WIP Rockchip VPU drivers.

Usage

Compilation

bash ./compile.sh

Installation

The script doesn't automatically install FFmpeg. The reason is that installing FFmpeg like this could conflict with your current installation, since the installer creates libav* and libsw* .so symlinks, leading to the new libraries. This won't create an issue for applications linked against the .so.XYZ version, but this might lead to a huge mess when dealing with applications linked against .so libraries.

cd ffmpeg &&
sudo make install