Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libvmaf error when building on 22.04 #14

Open
geoffhouse opened this issue Nov 28, 2023 · 0 comments
Open

libvmaf error when building on 22.04 #14

geoffhouse opened this issue Nov 28, 2023 · 0 comments

Comments

@geoffhouse
Copy link
Contributor

geoffhouse commented Nov 28, 2023

 > [ffmpeg-docker 18/27] RUN CONFIGURE_OPTIONS="" && FDK_ACC="" &&    if [ "true" = "true" ];    then        
CONFIGURE_OPTIONS="--enable-nonfree --enable-libsrt --disable-libaom --disable-libsvtav1 --enable-libklvanc --
enable-libvmaf --enable-libfdk-aac " &&        FDK_AAC="--enable-libfdk-aac";     fi &&     if [ "false" = "true" ];    then         
CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS --enable-libndi_newtek ";    fi &&    if [ "true" = "true" ];    then         
CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS--enable-decklink ";     fi &&     echo "Extra Configured Options: 
$CONFIGURE_OPTIONS" &&     ./configure         --prefix="$HOME/ffmpeg_build"         --pkg-config-flags="--static"         
--extra-cflags="-I$HOME/ffmpeg_build/include -I$HOME/ffmpeg_sources/BMD_SDK/include"         --extra-ldflags="-
L$HOME/ffmpeg_build/lib"         --extra-libs="-lpthread -lm"         --ld="g++"         --bindir="$HOME/bin"         --enable-
gnutls         --enable-libass         $FDK_AAC         --enable-libfreetype         --enable-libmp3lame         --enable-libopus         
--enable-libdav1d         --enable-libvorbis         --enable-libvpx         --enable-libx264         --enable-libx265         --enable-
gpl         $CONFIGURE_OPTIONS:
0.352 Extra Configured Options: --enable-nonfree --enable-libsrt --disable-libaom --disable-libsvtav1 --enable-libklvanc 
--enable-libvmaf --enable-libfdk-aac --enable-decklink 

9.227 ERROR: libvmaf >= 1.5.2 not found using pkg-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant