On 1-12-2018 13:53, [email protected] wrote:
> On Sat, 1 Dec 2018 12:08:36 +0100, Moritz Barsnick <[email protected]> wrote:
>> I can tell that the linker flag "-lm" seems to be missing.
>>
>> You information is a bit sparse. Can you show us your complete
>> configure command line as well please?
>
> ../ffmpeg/configure --enable-gpl --enable-version3 --disable-podpages 
> --enable-gnutls
> --enable-libx264 --enable-gmp --enable-libopus --enable-libmp3lame 
> --enable-libtheora
> --enable-libvorbis
>
> [...]
>> Possibly, you only built a static libopus,
>
> Yes. I built all libs static only, because I am building only the static 
> version of ffmpeg.
$ pkg-config --libs opus
-L/cygdrive/[...]/i686-w64-mingw32/lib -lopus

$ pkg-config *--static* --libs opus
-L/cygdrive/[...]/i686-w64-mingw32/lib -lopus *-lm*

That's why I would recommend:
../ffmpeg/configure *--pkg-config-flags=--static* --enable-gpl --enable-version3
--disable-podpages --enable-gnutls --enable-libx264 --enable-gmp 
--enable-libopus
--enable-libmp3lame --enable-libtheora --enable-libvorbis

-- Reino
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to