Re: [FFmpeg-devel] [PATCH] avdevice: Fix ioctl method signature for Android builds

2018-10-22 Thread Michael Niedermayer
On Mon, Oct 22, 2018 at 05:40:21PM +0100, Don Turner wrote: > When compiling avdevice for Android I received a compile error from > libavdevice/v4l2.c. Full details in the 2nd part of this answer: >

Re: [FFmpeg-devel] [PATCH] avdevice: Fix ioctl method signature for Android builds

2018-10-22 Thread Carl Eugen Hoyos
2018-10-22 18:40 GMT+02:00, Don Turner : > When compiling avdevice for Android I received a compile error from > libavdevice/v4l2.c. I only get a warning here. > Full details in the 2nd part of this answer: >

[FFmpeg-devel] [PATCH] avdevice: Fix ioctl method signature for Android builds

2018-10-22 Thread Don Turner
When compiling avdevice for Android I received a compile error from libavdevice/v4l2.c. Full details in the 2nd part of this answer: https://stackoverflow.com/questions/52896607/why-do-i-get-error-invalid-instruction-mnemonic-when-compiling-ffmpeg-for-and/52900973#52900973 Patch below: diff