[vlc-devel] [PATCH 1/2] android/specific: add missing errno.h include

"zhilizhao(赵志立)" quinkblack at foxmail.com
Thu Nov 7 14:16:01 CET 2019



> On Nov 7, 2019, at 4:59 PM, Thomas Guillem <thomas at gllm.fr> wrote:
> 
> Merged, thanks!
> 
> Do you want a backport to VLC 3.0 (I can't reproduce the build issue myself) ?

Not necessary. I have a special build environment : D

I try to build vlc-android on Mac a few days ago and failed. Then I setup termux on
an Android phone and build vlc with it. After comment out some JNI related stuff,
it built successfully. I have OpenSLES as audio output, XServer XSDL as video output.
It has no practical use, except a little fun.

https://termux.com/ <https://termux.com/>
https://github.com/pelya/xserver-xsdl <https://github.com/pelya/xserver-xsdl>

> 
> On Tue, Nov 5, 2019, at 17:44, Zhao Zhili wrote:
>> ---
>> src/android/specific.c | 1 +
>> 1 file changed, 1 insertion(+)
>> 
>> diff --git a/src/android/specific.c b/src/android/specific.c
>> index c75b5e239d..1b74f522a3 100644
>> --- a/src/android/specific.c
>> +++ b/src/android/specific.c
>> @@ -23,6 +23,7 @@
>> #endif
>> 
>> #include <assert.h>
>> +#include <errno.h>
>> 
>> #include <vlc_common.h>
>> #include <vlc_network.h>
>> -- 
>> 2.23.0
>> 
>> 
>> 
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20191107/ea5dddbd/attachment.html>


More information about the vlc-devel mailing list