Skip to content

libpostproc with --disable-avutil fails to build #2

Description

@jengelh

INSTALL.md seems to offer a way to skip generating libavutil.so (since that's already made by ffmpeg itself, postproc's libavutil.so would clash once installed).

 - if you want to install libpostproc without libavutil use ./configure --disable-avutil

Subsequently, attempting to build like that leads to a build error:

[    7s] + ./configure --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include/ffmpeg '--extra-cflags=-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g' '--optflags=-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g' --disable-htmlpages --enable-pic --disable-stripping --enable-shared --disable-static --enable-gpl --enable-version3 --disable-avutil
[...]
[   15s] + /usr/bin/make -O -j32 V=1 VERBOSE=1
[   15s] ./ffbuild/libversion.sh postproc libpostproc/version.h libpostproc/version_major.h > libpostproc/libpostproc.version
[   15s] touch .version
[   15s] make: *** No rule to make target 'libavutil/libavutil.so', needed by 'libpostproc/libpostproc.so.59'.  Stop.
[   15s] make: *** Waiting for unfinished jobs....

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions