Opened 4 years ago
Closed 4 years ago
#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 , 4 years ago
| Status: | new → open |
|---|
comment:2 by , 4 years ago
| Analyzed by developer: | unset |
|---|---|
| Keywords: | MESON Build Errror removed |
| Priority: | important → normal |
| Reproduced by developer: | unset |
| Resolution: | → invalid |
| Status: | open → closed |
Note:
See TracTickets
for help on using tickets.



The wiki is a wiki