Changes between Version 187 and Version 188 of CompilationGuide/Ubuntu


Ignore:
Timestamp:
May 16, 2024, 8:54:14 PM (2 years ago)
Author:
iconoclasthero
Comment:

vmaf 3.0.0 / this entire thing needs to be rewritten as vmaf is the only thing that isn't currently in the apt repo. I don't know why all of those things still suggest they're not. When's the last time anyone's actually used this?

Legend:

Unmodified
Added
Removed
Modified
  • CompilationGuide/Ubuntu

    v187 v188  
    328328{{{
    329329cd ~/ffmpeg_sources && \
    330 wget https://github.com/Netflix/vmaf/archive/v2.3.1.tar.gz && \
    331 tar xvf v2.3.1.tar.gz && \
    332 mkdir -p vmaf-2.3.1/libvmaf/build &&\
    333 cd vmaf-2.3.1/libvmaf/build && \
     330wget https://github.com/Netflix/vmaf/archive/v3.0.0.tar.gz && \
     331tar xvf v0.0.0.tar.gz && \
     332mkdir -p vmaf-3.0.0/libvmaf/build &&\
     333cd vmaf-3.0.0/libvmaf/build && \
    334334meson setup -Denable_tests=false -Denable_docs=false --buildtype=release --default-library=static .. --prefix "$HOME/ffmpeg_build" --bindir="$HOME/bin" --libdir="$HOME/ffmpeg_build/lib" && \
    335335ninja && \