[FFmpeg-user] bug on ubuntu 18.04 with gcc7.3 and g++7.3

Carl Eugen Hoyos ceffmpeg at gmail.com
Sun Jan 6 17:00:40 EET 2019


2019-01-06 15:34 GMT+01:00, NDJORE BORIS <ndjoreboris at gmail.com>:
> Hello,
> Sorry for the mistake. I built it with make command.
>  Find bellow my configure line :
>
> env LD_PRELOAD=${MYLIB_DIR}/libmylib.so

What is this supposed to do?

> <SOURCE_DIR>/configure
>             --prefix=<BINARY_DIR>
>             --extra-cflags=-I<BINARY_DIR>/include
>             --extra-ldflags=-L<BINARY_DIR>/lib
>             --extra-libs=-lstclib\ -lpthread
>             --enable-gpl
>             --enable-nonfree
>             --enable-libfdk-aac
>             --disable-doc
>             --disable-pthreads
>             --disable-programs
>             --enable-shared
>             --enable-static
>             --enable-runtime-cpudetect
> NB : I combine my own library and ffmpeg.

What are you planning to do with the resulting binary?

Carl Eugen


More information about the ffmpeg-user mailing list