- added support for windows build for libvlc to play videos (requires updated deps)

This commit is contained in:
Mark Vejvoda
2012-05-12 22:21:15 +00:00
parent 7b3de2d109
commit 46395d1322
5 changed files with 34 additions and 16 deletions

View File

@@ -12,8 +12,8 @@
#include <GL/glew.h>
#include "video_player.h"
#include <SDL/SDL.h>
#include <SDL/SDL_mutex.h>
#include <SDL.h>
#include <SDL_mutex.h>
#ifdef HAS_LIBVLC
#include <vlc/vlc.h>