]> git.sesse.net Git - vlc/commitdiff
Register 669 extension
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 12 Mar 2012 09:17:36 +0000 (10:17 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 12 Mar 2012 09:17:36 +0000 (10:17 +0100)
extras/package/win32/vlc.win32.nsi.in
include/vlc_interface.h

index 0b85444999192bf8da7c33b696acf807e6b752f9..258d67ef0d81e2b027cebfb719954d001ec5ddeb 100644 (file)
@@ -259,6 +259,7 @@ FunctionEnd
 
 !macro MacroAudioExtensions _action
   !insertmacro ${_action} ".3ga"
+  !insertmacro ${_action} ".669"
   !insertmacro ${_action} ".a52"
   !insertmacro ${_action} ".aac"
   !insertmacro ${_action} ".ac3"
index e1267b042bc01cdb31c3f05d4eef2d8e7cd84d62..7b919e136119e5a0f64d51ac936c1c785c6ac953 100644 (file)
@@ -165,7 +165,7 @@ typedef enum vlc_dialog {
 /* Useful text messages shared by interfaces */
 #define INTF_ABOUT_MSG LICENSE_MSG
 
-#define EXTENSIONS_AUDIO_CSV "3ga", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", \
+#define EXTENSIONS_AUDIO_CSV "3ga", "669", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", \
                          "m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",\
                          "oga", "ogg", "oma", "qcp", "rmi", "s3m", "spx", "thd", "tta", \
                          "wav", "wma", "wv", "xm"
@@ -179,6 +179,7 @@ typedef enum vlc_dialog {
 
 #define EXTENSIONS_AUDIO \
     "*.3ga;" \
+    "*.669;" \
     "*.a52;" \
     "*.aac;" \
     "*.ac3;" \