]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/display.c
New pixmaps for play/pause/next/previous/stop.
[vlc] / modules / stream_out / display.c
index b8774ed3c4e7f5814c4c5d03984077d116b88c6d..d9dc33a3b2eecc61f1d3e95f4017d5b18dde5ac6 100644 (file)
@@ -29,7 +29,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_input.h>
 #include <vlc_sout.h>
@@ -70,7 +70,7 @@ vlc_module_end();
 /*****************************************************************************
  * Exported prototypes
  *****************************************************************************/
-static const char *ppsz_sout_options[] = {
+static const char *const ppsz_sout_options[] = {
     "audio", "video", "delay", NULL
 };