[vlc-devel] [PATCH] Add .3ga audio extension
Julien Humbert
julroy67 at gmail.com
Mon Feb 20 16:30:26 CET 2012
Still no one for adding this simple patch that adds the *.3ga
extension (3gp file with audio only, produced by many phones nowadays)
? As it's my first patch here, I don't know if I followed all the
correct steps to be accepted, but followed the guidelines from vlc
wiki.
2012/2/17 Julien Humbert <julroy67 at gmail.com>:
> ---
> extras/package/win32/vlc.win32.nsi.in | 1 +
> include/vlc_interface.h | 1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
> index 18c77a0..dd4af7a 100644
> --- a/extras/package/win32/vlc.win32.nsi.in
> +++ b/extras/package/win32/vlc.win32.nsi.in
> @@ -258,6 +258,7 @@ FunctionEnd
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
> !macro MacroAudioExtensions _action
> + !insertmacro ${_action} ".3ga"
> !insertmacro ${_action} ".a52"
> !insertmacro ${_action} ".aac"
> !insertmacro ${_action} ".ac3"
> diff --git a/include/vlc_interface.h b/include/vlc_interface.h
> index e70296d..8d172cd 100644
> --- a/include/vlc_interface.h
> +++ b/include/vlc_interface.h
> @@ -178,6 +178,7 @@ typedef enum vlc_dialog {
> "rec", "rm", "rmvb", "ts", "vob", "wmv"
>
> #define EXTENSIONS_AUDIO \
> + "*.3ga;" \
> "*.a52;" \
> "*.aac;" \
> "*.ac3;" \
> --
> 1.7.5.4
>
More information about the vlc-devel
mailing list