]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/atmo/AtmoDefs.h
Use same string in definition as in ui
[vlc] / modules / video_filter / atmo / AtmoDefs.h
index ed48e880f31caf5f65c1bb5f92de9b3619dc5e9b..06c16c9b7679f2196d0146df2d63d79d50bfd23b 100644 (file)
@@ -13,8 +13,8 @@
 
 #if defined(__LIBVLC__)
 
-#   include "config.h"
 #   include <vlc_common.h>
+#   include <vlc_codecs.h>
 
 /* some things need to be changed if this code is used inside VideoLan Filter Module */
 #   define _ATMO_VLC_PLUGIN_
@@ -79,7 +79,7 @@ typedef struct
 
 
 
-// maximal Anzahl Kanäle... original 5!
+// maximal Anzahl Kanäle... original 5!
 #define CAP_MAX_NUM_ZONES  64
 // only for classic to avoid changing too much code!
 // #define ATMO_MAX_NUM_CHANNELS 5
@@ -114,19 +114,20 @@ enum AtmoConnectionType
       actNUL = 3,
       actMultiAtmo = 4,
       actMondolight = 5,
-      actMoMoLight  = 6
+      actMoMoLight = 6,
+      actFnordlicht = 7
 };
-static const char *AtmoDeviceTypes[] = {
+static const char AtmoDeviceTypes[8][16] = {
       "Atmo-Classic",
       "Dummy",
       "DMX",
       "Nul-Device",
       "Multi-Atmo",
       "Mondolight",
-      "MoMoLight"
-
+      "MoMoLight",
+      "Fnordlicht"
   };
-#define ATMO_DEVICE_COUNT 7
+#define ATMO_DEVICE_COUNT 8
 
 #if defined(_ATMO_VLC_PLUGIN_)
 enum EffectMode {