[vlc-commits] Do not include .xpm on non-UNIX platforms

Jean-Baptiste Kempf git at videolan.org
Tue Jul 12 16:33:09 CEST 2011


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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"



More information about the vlc-commits mailing list