-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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....
Metadata
Metadata
Assignees
Labels
No labels