diff libdvdcss/csstables.h @ 32265:cda66f57f7a5

Sync some minor changes from upstream libdvdcss, up to r237.
author diego
date Sat, 25 Sep 2010 15:53:03 +0000
parents 9e9595c779cf
children 691431d2289e
line wrap: on
line diff
--- a/libdvdcss/csstables.h	Sat Sep 25 13:01:33 2010 +0000
+++ b/libdvdcss/csstables.h	Sat Sep 25 15:53:03 2010 +0000
@@ -29,6 +29,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *****************************************************************************/
 
+#ifndef DVDCSS_CSSTABLES_H
+#define DVDCSS_CSSTABLES_H
 
 static uint8_t p_css_tab1[ 256 ] =
 {
@@ -390,3 +392,4 @@
     0xC3, 0x82, 0xC9, 0x15, 0x57, 0x16, 0x5D, 0x81
 };
 
+#endif /* DVDCSS_CSSTABLES_H */