Commit bfb235db authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add .caf file format

parent 90a570fc
......@@ -270,6 +270,7 @@ FunctionEnd
!insertmacro ${_action} ".amr"
!insertmacro ${_action} ".aob"
!insertmacro ${_action} ".ape"
!insertmacro ${_action} ".caf"
!insertmacro ${_action} ".cda"
!insertmacro ${_action} ".dts"
!insertmacro ${_action} ".flac"
......
......@@ -123,7 +123,7 @@ VLC_API void libvlc_Quit( libvlc_int_t * );
} \
msg_Info( p_intf, "VLC media player - %s", VERSION_MESSAGE ); \
msg_Info( p_intf, "%s", COPYRIGHT_MESSAGE ); \
msg_Info( p_intf, _("\nWarning: if you can't access the GUI " \
msg_Info( p_intf, _("\nWarning: if you cannot access the GUI " \
"anymore, open a command-line window, go to the " \
"directory where you installed VLC and run " \
"\"vlc -I qt\"\n") )
......@@ -193,6 +193,7 @@ typedef enum vlc_dialog {
"*.aob;" \
"*.ape;" \
"*.awb;" \
"*.caf;" \
"*.cda;" \
"*.dts;" \
"*.flac;"\
......
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