Commit 195597f3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Don't believe Wikipedia: VLC supports perfectly well Wavepack files OUTSIDE of mkv.

parent ec5ea10f
......@@ -214,6 +214,7 @@ FunctionEnd
!insertmacro ${_action} ".spx"
!insertmacro ${_action} ".wav"
!insertmacro ${_action} ".wma"
!insertmacro ${_action} ".wv"
!insertmacro ${_action} ".xm"
!macroend
......
......@@ -173,7 +173,7 @@ typedef enum vlc_dialog {
#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.dts;*.flac;*.m4a;*.m4p;*.mka;" \
"*.mod;*.mp1;*.mp2;*.mp3;*.oga;*.ogg;*.oma;*.spx;" \
"*.wav;*.wma;*.xm"
"*.wav;*.wma;*.wv;*.xm"
#define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.iso;*.m1v;*.m2v;" \
"*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \
......
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