]> git.sesse.net Git - vlc/commitdiff
Add .nuv in interface and installer.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 17 Sep 2008 18:52:49 +0000 (11:52 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 17 Sep 2008 18:53:37 +0000 (11:53 -0700)
extras/package/win32/vlc.win32.nsi.in
include/vlc_interface.h

index 9d3128c1f2fc10eea24abb5d2ea001756741dd62..134882b860edc9f695269204a18627c9320e3795 100644 (file)
@@ -239,6 +239,7 @@ FunctionEnd
   !insertmacro ${_action} ".mpg"
   !insertmacro ${_action} ".mts"
   !insertmacro ${_action} ".mxf"
+  !insertmacro ${_action} ".nuv"
   !insertmacro ${_action} ".ogg"
   !insertmacro ${_action} ".ogm"
   !insertmacro ${_action} ".ogx"
index c24f7b91a1e71a03179cb789736623b075ff24c5..f390972edcdb4bdc630f0670727d228bec98cbc8 100644 (file)
@@ -177,7 +177,7 @@ typedef enum vlc_dialog {
 
 #define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.m1v;*.m2v;" \
                          "*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \
-                         "*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;" \
+                         "*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;*.nuv;" \
                          "*.ogg;*.ogm;*.ogv;*.ogx;" \
                          "*.ps;*.ts;*.vob;*.wmv"