LibVLC Tutorial 086c

From VideoLAN Wiki
Revision as of 00:28, 20 August 2007 by Davidlallen (talk | contribs) (tutorial for libvlc for version 0.8.6c)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.