[SCM] opencore-amr packaging branch, master, updated. debian/0.1-41-g9926e78

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon May 18 19:12:09 UTC 2009


The following commit has been merged in the master branch:
commit 9926e78b3551b24079876a03c80c111cb0fcfaba
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon May 18 15:10:36 2009 -0400

    Fix include guards. Don't prepend with __. Thanks Martin.

diff --git a/amrnb/interf_dec.h b/amrnb/interf_dec.h
index 8d0e0f4..98051f4 100644
--- a/amrnb/interf_dec.h
+++ b/amrnb/interf_dec.h
@@ -16,8 +16,8 @@
  * -------------------------------------------------------------------
  */
 
-#ifndef __INTERF_DEC_H
-#define __INTERF_DEC_H
+#ifndef OPENCORE_AMRNB_INTERF_DEC_H
+#define OPENCORE_AMRNB_INTERF_DEC_H
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/amrnb/interf_enc.h b/amrnb/interf_enc.h
index a32535f..b89b0c7 100644
--- a/amrnb/interf_enc.h
+++ b/amrnb/interf_enc.h
@@ -16,8 +16,8 @@
  * -------------------------------------------------------------------
  */
 
-#ifndef __INTERF_ENC_H
-#define __INTERF_ENC_H
+#ifndef OPENCORE_AMRNB_INTERF_ENC_H
+#define OPENCORE_AMRNB_INTERF_ENC_H
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/amrwb/dec_if.h b/amrwb/dec_if.h
index 5ffe01e..56acdaa 100644
--- a/amrwb/dec_if.h
+++ b/amrwb/dec_if.h
@@ -16,8 +16,8 @@
  * -------------------------------------------------------------------
  */
 
-#ifndef __DEC_IF_H
-#define __DEC_IF_H
+#ifndef OPENCORE_AMRWB_DEC_IF_H
+#define OPENCORE_AMRWB_DEC_IF_H
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/amrwb/if_rom.h b/amrwb/if_rom.h
index 9891aec..8977e03 100644
--- a/amrwb/if_rom.h
+++ b/amrwb/if_rom.h
@@ -16,8 +16,8 @@
  * -------------------------------------------------------------------
  */
 
-#ifndef __IF_ROM_H
-#define __IF_ROM_H
+#ifndef OPENCORE_AMRWB_IF_ROM_H
+#define OPENCORE_AMRWB_IF_ROM_H
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/oscl/oscl_base.h b/oscl/oscl_base.h
index d8fdeac..5a336be 100644
--- a/oscl/oscl_base.h
+++ b/oscl/oscl_base.h
@@ -16,8 +16,8 @@
  * -------------------------------------------------------------------
  */
 
-#ifndef __OSCL_BASE_H
-#define __OSCL_BASE_H
+#ifndef OSCL_BASE_H
+#define OSCL_BASE_H
 
 #include <stdint.h>
 
diff --git a/oscl/oscl_mem.h b/oscl/oscl_mem.h
index a327602..476b3b3 100644
--- a/oscl/oscl_mem.h
+++ b/oscl/oscl_mem.h
@@ -16,8 +16,8 @@
  * -------------------------------------------------------------------
  */
 
-#ifndef __OSCL_MEM_H
-#define __OSCL_MEM_H
+#ifndef OSCL_MEM_H
+#define OSCL_MEM_H
 
 #ifdef __cplusplus
 extern "C" {

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list