neurospeech / xamarin-android-ffmpeg

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

src folder? #8

Closed beeradmoore closed 8 years ago

beeradmoore commented 8 years ago

Does the binding in the src folder actually do anything in the final project if you are just downloading the binaries?

neurospeech commented 8 years ago

That is part of old project where ffmpeg was embedded in the .dll file itself, it is no longer used. However, I have kept it if anyone wants to embed and use it instead of downloading.

NuGet package does not include "src" and its bindings.

beeradmoore commented 8 years ago

All good. Was wondering why it's not referenced.