[vlc-devel] commit: Fixed cc.h multiple includes protection define. (Laurent Aimar )

git version control git at videolan.org
Mon Feb 9 21:09:09 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Feb  9 20:02:56 2009 +0100| [051a4eb3c8775871d2aea013ba0495435f767aab] | committer: Laurent Aimar 

Fixed cc.h multiple includes protection define.

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

 modules/codec/cc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/cc.h b/modules/codec/cc.h
index 145f3c9..11fe529 100644
--- a/modules/codec/cc.h
+++ b/modules/codec/cc.h
@@ -22,7 +22,7 @@
  *****************************************************************************/
 
 #ifndef _CC_H
-#define _C_H 1
+#define _CC_H 1
 
 /* CC have a maximum rate of 9600 bit/s (per field?) */
 #define CC_MAX_DATA_SIZE (2 * 3*600)




More information about the vlc-devel mailing list