OnlyInAmerica / FFmpeg-Android

Script and Instructions for building FFmpeg for Android
83 stars 30 forks source link

libffmpeg.so #2

Open njpalmin opened 10 years ago

njpalmin commented 10 years ago

After using your script, I didn't find libffmpeg.so, could you please point me this ?

Thanks!

OnlyInAmerica commented 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
njpalmin commented 10 years ago

I am trying to do, but I found there is no libffmpeg.so. Hope your coming instructions can help me a lot.