summaryrefslogtreecommitdiffstats
path: root/libdvdcss/csstables.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-25 15:53:03 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:07 +0200
commitc8a97067aa0763bcebf3ab7d5371bd682b53098f (patch)
tree07b8bedb198c300cdf12fd3ae07a5cdfe43b00fc /libdvdcss/csstables.h
parenta9131fefe49300fc815887e1a36ea61388a90f77 (diff)
downloadmpv-c8a97067aa0763bcebf3ab7d5371bd682b53098f.tar.bz2
mpv-c8a97067aa0763bcebf3ab7d5371bd682b53098f.tar.xz
libdvdcss: Sync some minor changes from upstream, up to r237
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32349 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdvdcss/csstables.h')
-rw-r--r--libdvdcss/csstables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdvdcss/csstables.h b/libdvdcss/csstables.h
index 1c00685bcc..84c3ebf85c 100644
--- a/libdvdcss/csstables.h
+++ b/libdvdcss/csstables.h
@@ -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 @@ static uint8_t p_crypt_tab3[ 288 ] =
0xC3, 0x82, 0xC9, 0x15, 0x57, 0x16, 0x5D, 0x81
};
+#endif /* DVDCSS_CSSTABLES_H */