npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Jul 10 23:22:45 2011 +0200| [32699873bfe8fd13cb01a1aa891ddf7cace6745b] | committer: Jean-Baptiste Kempf
Do not include .xpm on non-UNIX platforms > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=32699873bfe8fd13cb01a1aa891ddf7cace6745b --- npapi/vlcplugin.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/npapi/vlcplugin.cpp b/npapi/vlcplugin.cpp index 23d7053..f7b4efb 100644 --- a/npapi/vlcplugin.cpp +++ b/npapi/vlcplugin.cpp @@ -47,6 +47,7 @@ #include <assert.h> #include <stdlib.h> +#if defined(XP_UNIX) #include "../share/fullscreen.xpm" #include "../share/pause.xpm" #include "../share/play.xpm" @@ -59,7 +60,7 @@ //#include "../share/skip_previous.xpm" //#include "../share/volume_knob.xpm" //#include "../share/volume_slider_bar.xpm" - +#endif #ifdef XP_WIN #include "vlc_win32_fullscreen.h" _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
