[FFmpeg-trac] #9973(wiki:new): Compliation Guide Ubuntu Meson Build Error
FFmpeg
trac at avcodec.org
Fri Oct 14 08:56:39 EEST 2022
#9973: Compliation Guide Ubuntu Meson Build Error
-------------------------------------+-------------------------------------
Reporter: Shail Sheth | Type: defect
Status: new | Priority: important
Component: wiki | Version:
Keywords: MESON Build | unspecified
Errror | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
-------------------------------------+-------------------------------------
Summary of the bug:
How to reproduce:
{{{
cd ~/ffmpeg_sources && \
wget https://github.com/Netflix/vmaf/archive/v2.1.1.tar.gz && \
tar xvf v2.1.1.tar.gz && \
mkdir -p vmaf-2.1.1/libvmaf/build &&\
cd vmaf-2.1.1/libvmaf/build && \
meson setup -Denable_tests=false -Denable_docs=false --buildtype=release
--default-library=static .. --prefix "$HOME/ffmpeg_build"
--bindir="$HOME/bin" --libdir="$HOME/ffmpeg_build/lib" && \
ninja && \
ninja install
}}}
Here meson will given error regarding bindr, only change would be to
replace $HOME/bin to $HOME/ffmpeg_build/bin
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9973>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list