neurospeech / xamarin-android-ffmpeg

Xamarin Android FFMpeg binding
MIT License
30 stars 6 forks source link

Issue #9

Closed srimantillid closed 7 years ago

srimantillid commented 7 years ago

await FFMpegLibrary.Run(this, "ffmpeg -version", (s) => { Log.Info("FFMPEG Message", s); });

I get the message in log.

warning ffmpeg has text relocations. This is wasting memory and prevents security hardening

neurospeech commented 7 years ago

This is due to ffmpeg binary compiled by repo https://github.com/WritingMinds/ffmpeg-android-java , also it may not be able to get around this warning because ffmpeg is huge code base in "c" and native instead of Java. You can ignore it.