Page 1 of 1

VLC iOS compile error

Posted: 07 Nov 2012 02:01
by boyd.yang
../MobileVLC/ImportedSources/vlc/modules/audio_output/audioqueue.c:84:48: error: use of undeclared
identifier 'p_this'
audio_output_t *p_aout = (audio_output_t *)p_this;


How to fix this?

Re: VLC iOS compile error

Posted: 12 Nov 2012 01:45
by amds123
I meet the same problem and how to fix it? Do any people know that?