[vlc-devel] [PATCH] cddb: fix spelling errors in header guards

Tristan Matthews le.businessman at gmail.com
Mon Nov 10 19:05:34 CET 2014


On Mon, Nov 10, 2014 at 12:55 PM, Sean McGovern <gseanmcg at gmail.com> wrote:
> ---
>  contrib/src/cddb/fix-header-guards.patch | 22 ++++++++++++++++++++++
>  contrib/src/cddb/rules.mak               |  1 +
>  2 files changed, 23 insertions(+)
>  create mode 100644 contrib/src/cddb/fix-header-guards.patch
>
> diff --git a/contrib/src/cddb/fix-header-guards.patch b/contrib/src/cddb/fix-header-guards.patch
> new file mode 100644
> index 0000000..6678922
> --- /dev/null
> +++ b/contrib/src/cddb/fix-header-guards.patch
> @@ -0,0 +1,22 @@
> +--- cddb/include/cddb/cddb_log.h.orig  2005-03-11 16:29:29.000000000 -0500
> ++++ cddb/include/cddb/cddb_log.h       2014-11-10 12:45:12.000000000 -0500
> +@@ -19,7 +19,7 @@
> +     Boston, MA  02111-1307, USA.
> + */
> +
> +-#ifndef CDDB_LOH_H
> ++#ifndef CDDB_LOG_H
> + #define CDDB_LOG_H
> +
> + #ifdef __cplusplus
> +--- cddb/include/cddb/cddb_log_ni.h.orig       2005-03-11 16:29:29.000000000 -0500
> ++++ cddb/include/cddb/cddb_log_ni.h    2014-11-10 12:45:32.000000000 -0500
> +@@ -19,7 +19,7 @@
> +     Boston, MA  02111-1307, USA.
> + */
> +
> +-#ifndef CDDB_LOH_NI_H
> ++#ifndef CDDB_LOG_NI_H
> + #define CDDB_LOG_NI_H
> +
> + #ifdef __cplusplus
> diff --git a/contrib/src/cddb/rules.mak b/contrib/src/cddb/rules.mak
> index 1adaf89..43fd3d9 100644
> --- a/contrib/src/cddb/rules.mak
> +++ b/contrib/src/cddb/rules.mak
> @@ -21,6 +21,7 @@ cddb: libcddb-$(CDDB_VERSION).tar.bz2 .sum-cddb
>         $(APPLY) $(SRC)/cddb/cross.patch
>         $(APPLY) $(SRC)/cddb/getenv-crash.patch
>         $(APPLY) $(SRC)/cddb/cddb-no-alarm.patch
> +       $(APPLY) $(SRC)/cddb/fix-header-guards.patch
>  ifdef HAVE_WIN32
>         $(APPLY) $(SRC)/cddb/win32-pkg.patch
>  endif
> --
> 1.9.3 (Apple Git-50)
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

Applied, thanks.



More information about the vlc-devel mailing list