LibVLC Tutorial 086c
Revision as of 00:28, 20 August 2007 by Davidlallen (talk | contribs) (tutorial for libvlc for version 0.8.6c)
Tutorial for libVLC for version 0.8.6c
(Tested on cygwin with gcc 3.4, windows xp; instructions also for linux with small code change)
Code
nyi
Compile/link
nyi
Change for linux
(Not tested, but pretty simple)
Delete include of windows.h; change "Sleep(10000)" to "sleep(10)". Different capitalization and different time units.