From 490033a212caa68ac246a795c5dc877a7cae59ba Mon Sep 17 00:00:00 2001 From: Daniel Mierswa Date: Fri, 19 Oct 2012 11:25:26 +0200 Subject: [PATCH] vlc_interface: fix preprocessor definition the wrong string list (dot instead of comma) makes the media-library build fail Signed-off-by: Daniel Mierswa Signed-off-by: Jean-Baptiste Kempf --- 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 c1bafe5ddc..889c11785f 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" -- 2.39.2