Commit 490033a2 authored by Daniel Mierswa's avatar Daniel Mierswa Committed by 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: default avatarDaniel Mierswa <impulze@impulze.org>
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 940cf07d
...@@ -183,7 +183,7 @@ typedef enum vlc_dialog { ...@@ -183,7 +183,7 @@ typedef enum vlc_dialog {
#define INTF_ABOUT_MSG LICENSE_MSG #define INTF_ABOUT_MSG LICENSE_MSG
#define EXTENSIONS_AUDIO_CSV "3ga", "669", "a52", "aac", "ac3", "adt", "adts", "aif", "aifc", "aiff", \ #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", \ "m4a", "m4p", "m5p", "mka", "mlp", "mod", "mpa", "mp1", "mp2", "mp3", "mpc", "mpga", \
"oga", "ogg", "oma", "opus", "qcp", "ra", "rmi", "s3m", "spx", "thd", "tta", \ "oga", "ogg", "oma", "opus", "qcp", "ra", "rmi", "s3m", "spx", "thd", "tta", \
"voc", "vqf", "w64", "wav", "wma", "wv", "xa", "xm" "voc", "vqf", "w64", "wav", "wma", "wv", "xa", "xm"
......
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