I've tried building avbin (for linux/x64) from your custom repository and it fails with: ---- gcc -c -DAVBIN_VERSION=8 -DFFMPEG_REVISION=15943 -fPIC -fno-stack-protector -O3 -m64 -I include -I ffmpeg -o build/avbin.o src/avbin.c ld -shared -soname libavbin.so.8 -o dist/linux-x86-64/libavbin.so.8 build/avbin.o -whole-archive ffmpeg/libavformat/libavformat.a ffmpeg/libavcodec/libavcodec.a ffmpeg/libavutil/libavutil.a -no-whole-archive ld: ffmpeg/libavcodec/libavcodec.a(fft_mmx.o): relocation R_X86_64_PC32 against symbol `ff_cos_16' can not be used when making a shared object; recompile with -fPIC ld: final link failed: Bad value ----
-- Best, Dmitry -- Best, Dmitry -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyglet-users/-/8MgR4xQT5NYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
