Open njpalmin opened 10 years ago
The scripts currently don't combine all the libraries into a single libffmpeg.so
, but I'll add instructions for this. In the meanwhile, does this guide work for you?
Excerpt:
rm libavcodec/inverse.o
$CC -lm -lz -shared --sysroot=$SYSROOT -Wl,--no-undefined -Wl,-z,noexecstack $EXTRA_LDFLAGS libavutil/*.o libavutil/arm/*.o libavcodec/*.o libavcodec/arm/*.o libavformat/*.o libswresample/*.o libswscale/*.o -o libffmpeg.so
I am trying to do, but I found there is no libffmpeg.so. Hope your coming instructions can help me a lot.
After using your script, I didn't find libffmpeg.so, could you please point me this ?
Thanks!