Create (lib)mfx compat symlink
This commit is contained in:
parent
8573a684fb
commit
3be839badf
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ ffbuild_dockerbuild() {
|
|||
./configure "${myconf[@]}"
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
ln -s libmfx.pc "$FFBUILD_PREFIX"/lib/pkgconfig/mfx.pc
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
|
|
Loading…
Reference in a new issue