Commit c7db9ba6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add .nuv in interface and installer.

parent 84cc4e6f
...@@ -239,6 +239,7 @@ FunctionEnd ...@@ -239,6 +239,7 @@ FunctionEnd
!insertmacro ${_action} ".mpg" !insertmacro ${_action} ".mpg"
!insertmacro ${_action} ".mts" !insertmacro ${_action} ".mts"
!insertmacro ${_action} ".mxf" !insertmacro ${_action} ".mxf"
!insertmacro ${_action} ".nuv"
!insertmacro ${_action} ".ogg" !insertmacro ${_action} ".ogg"
!insertmacro ${_action} ".ogm" !insertmacro ${_action} ".ogm"
!insertmacro ${_action} ".ogx" !insertmacro ${_action} ".ogx"
......
...@@ -177,7 +177,7 @@ typedef enum vlc_dialog { ...@@ -177,7 +177,7 @@ typedef enum vlc_dialog {
#define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.m1v;*.m2v;" \ #define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.m1v;*.m2v;" \
"*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \ "*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;" \ "*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;*.nuv;" \
"*.ogg;*.ogm;*.ogv;*.ogx;" \ "*.ogg;*.ogm;*.ogv;*.ogx;" \
"*.ps;*.ts;*.vob;*.wmv" "*.ps;*.ts;*.vob;*.wmv"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment