[vlc-commits] vlc_interface: fix preprocessor definition

Daniel Mierswa git at videolan.org
Fri Oct 19 11:49:10 CEST 2012


vlc | branch: master | Daniel Mierswa <impulze at impulze.org> | Fri Oct 19 11:25:26 2012 +0200| [490033a212caa68ac246a795c5dc877a7cae59ba] | committer: Jean-Baptiste Kempf

vlc_interface: fix preprocessor definition

the wrong string list (dot instead of comma) makes the media-library
build fail

Signed-off-by: Daniel Mierswa <impulze at impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 c1bafe5..889c117 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -183,7 +183,7 @@ typedef enum vlc_dialog {
 #define INTF_ABOUT_MSG LICENSE_MSG
 
 #define EXTENSIONS_AUDIO_CSV "3ga", "669", "a52", "aac", "ac3", "adt", "adts", "aif", "aifc", "aiff", \
-                         "amr", "aob". "ape", "awb", "caf", "dts", "flac", "it", \
+                         "amr", "aob", "ape", "awb", "caf", "dts", "flac", "it", \
                          "m4a", "m4p", "m5p", "mka", "mlp", "mod", "mpa", "mp1", "mp2", "mp3", "mpc", "mpga", \
                          "oga", "ogg", "oma", "opus", "qcp", "ra", "rmi", "s3m", "spx", "thd", "tta", \
                          "voc", "vqf", "w64", "wav", "wma", "wv", "xa", "xm"



More information about the vlc-commits mailing list