ArnaudCourbiere / RtspExtractor

Rtsp Extractor for ExoPlayer using ffmpeg
Apache License 2.0
17 stars 15 forks source link

Build fix (skips 64-bit flavors) #3

Closed cybersam closed 8 years ago

cybersam commented 8 years ago

Hi Arnauld,

I managed to get the project to build by skipping the building of the 64-bit flavors, plus other tweaks. I don't yet know how to make 64-bit versions of the ffmpeg .so files, so perhaps you can do that (and update the repo)?

Here are the major changes:

ArnaudCourbiere commented 8 years ago

Awesome! Will check it out this weekend. On Nov 24, 2015 7:11 PM, "Sam" notifications@github.com wrote:

Hi Arnauld,

I managed to get the project to build by skipping the building of the 64-bit flavors, plus other tweaks. I don't yet know how to make 64-bit versions of the ffmpeg .so files, so perhaps you can do that (and update the repo)?

Here are the major changes:

  • Commented out 64-bit favors (we need to provide 64-bit versions of the ffmpeg .so files before we can uncomment out the 64-bit favors).
  • Commented out the all favor (if we want to use all, then we don't need any of the individual favors, but we would still need 64-bit versions of the ffmpeg .so files).
  • Modified to conform better to http://tools.android.com/tech-docs/new-build-system/gradle-experimental .
  • Updated some dependencies.

You can view, comment on, or merge this pull request online at:

https://github.com/ArnaudCourbiere/RtspExtractor/pull/3 Commit Summary

  • - Commented out 64-bit builds.

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/ArnaudCourbiere/RtspExtractor/pull/3.