#9973 closed defect (invalid)

Compliation Guide Ubuntu Meson Build Error

Reported by: Shail Sheth Owned by:
Priority: normal Component: wiki
Version: unspecified Keywords:
Cc: Shail Sheth Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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

Change History (2)

comment:1 by Shail Sheth, 19 months ago

Status: newopen

comment:2 by Carl Eugen Hoyos, 19 months ago

Analyzed by developer: unset
Keywords: MESON Build Errror removed
Priority: importantnormal
Reproduced by developer: unset
Resolution: invalid
Status: openclosed

The wiki is a wiki

Note: See TracTickets for help on using tickets.