vlc | branch: master | Sean McGovern <gsean...@gmail.com> | Mon Nov 10 16:55:50 
2014 +0000| [e82ed2cb4527eefb045f3196cce006e26d3967be] | committer: Tristan 
Matthews

cddb: fix spelling errors in header guards

Signed-off-by: Tristan Matthews <tma...@videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e82ed2cb4527eefb045f3196cce006e26d3967be
---

 contrib/src/cddb/fix-header-guards.patch |   22 ++++++++++++++++++++++
 contrib/src/cddb/rules.mak               |    1 +
 2 files changed, 23 insertions(+)

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

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to