[vlc-commits] Add .wax to the list of extensions we support

Jean-Baptiste Kempf git at videolan.org
Wed Nov 6 11:51:45 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov  6 11:17:52 2013 +0100| [2f3e3eb8d49322a5a45f96cf5d5b309d76a85f8a] | committer: Jean-Baptiste Kempf

Add .wax to the list of extensions we support

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f3e3eb8d49322a5a45f96cf5d5b309d76a85f8a
---

 include/vlc_interface.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 239b9ef..a533a57 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -250,7 +250,7 @@ typedef enum vlc_dialog {
                          "*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
                          "*.rec;*.rm;*.rmvb;*.tod;*.ts;*.tts;*.vob;*.vro;*.webm;*.wm;*.wmv;*.wtv;*.xesc"
 
-#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.cue;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.wvx;*.zip;*.conf"
+#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.cue;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.wax;*.wvx;*.zip;*.conf"
 
 #define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \
                           EXTENSIONS_PLAYLIST



More information about the vlc-commits mailing list