]> git.sesse.net Git - vlc/commitdiff
vlc_interface: fix preprocessor definition
authorDaniel Mierswa <impulze@impulze.org>
Fri, 19 Oct 2012 09:25:26 +0000 (11:25 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 19 Oct 2012 09:49:17 +0000 (11:49 +0200)
the wrong string list (dot instead of comma) makes the media-library
build fail

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_interface.h

index c1bafe5ddce48b564b9bbf2f41df917efff80b74..889c11785f6eaaf34fa42e5892827e65b452028e 100644 (file)
@@ -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"