Frei0r is a minimalistic plugin API for video effects. Note that the 0 in the name is a zero, not a capital letter o.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/dyne/frei0r/archive/v3.2.1/frei0r-3.2.1.tar.gz
MD5 校验和:d72555cc6c578360164e6eda5640642f
大小:4.0 MB
预计所需磁盘空间:60 MB
预计构建时间:0.4 SBU
Install Frei0r by running the following commands:
mkdir -vp build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-W no-dev .. &&
make
This package does not come with a test suite.
Now, as the root user:
make install
-D WITHOUT_OPENCV=TRUE: This option
instructs the make procedure to disable building plugins dependent
upon opencv.
-D WITHOUT_GAVL=TRUE: This option
instructs the make procedure to disable building plugins dependent
upon gavl.