vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Jul 12 16:46:41 2011 +0200| [bfb235db9ab12ae930497e0e55bd13a625a94fcf] | committer: Jean-Baptiste Kempf
Add .caf file format > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bfb235db9ab12ae930497e0e55bd13a625a94fcf --- extras/package/win32/vlc.win32.nsi.in | 1 + include/vlc_interface.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in index aca5f3d..66f0f40 100644 --- a/extras/package/win32/vlc.win32.nsi.in +++ b/extras/package/win32/vlc.win32.nsi.in @@ -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" diff --git a/include/vlc_interface.h b/include/vlc_interface.h index a554728..55cebe6 100644 --- a/include/vlc_interface.h +++ b/include/vlc_interface.h @@ -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;"\ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
