Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. /Users/fkuehne/Desktop/videolan/gits/VLCKit/libvlc/vlc/modules/audio_output/audiounit_ios.m:170:37: error: incomplete definition of
  2. type 'struct aout_sys_t'
  3. vlc_tick_from_sec([p_sys->avInstance outputLatency]);
  4. ~~~~~^
  5. /Users/fkuehne/Desktop/videolan/gits/VLCKit/libvlc/vlc/include/vlc_tick.h:80:42: note: expanded from macro 'vlc_tick_from_sec'
  6. #define vlc_tick_from_sec(sec) _Generic((sec), \
  7. ^~~
  8. /Users/fkuehne/Desktop/videolan/gits/VLCKit/libvlc/vlc/modules/audio_output/audiounit_ios.m:157:12: note: forward declaration of
  9. 'struct aout_sys_t'
  10. struct aout_sys_t *p_sys = p_aout->sys;
  11. ^
  12. 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement