Am So., 2. Juni 2019 um 20:27 Uhr schrieb Adrian Tong <[email protected]>: > > Hi Carl
Sorry for not realizing originally that you sent your question to the wrong mailing list, please post all usage (including compilation) questions to the user mailing list (or the user irc channel). > This is the error message I get. It seems like libavdevice.a is llvm > bitcode. > > Thanks > -Adrian > > ./configure --cc=clang --enable-lto && make -j28 If "ar" does not point to the right static linker (that understands lto), you have to pass the correct linker with the "--ar" option. Please find out what top-posting means and avoid it on all our mailing lists. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
