summaryrefslogtreecommitdiffstats
path: root/mp3lib/l2tables.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 14:42:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 14:42:59 +0000
commit30c98f487734928696963064bb7eb610a7072a1d (patch)
treea461955478b256c15c2684705fc2dbaff65e6c58 /mp3lib/l2tables.h
parent0a1e9b2902d623aa616658fd900c5350586c4a0e (diff)
downloadmpv-30c98f487734928696963064bb7eb610a7072a1d.tar.bz2
mpv-30c98f487734928696963064bb7eb610a7072a1d.tar.xz
Add multiple inclusion guards to all mp3lib headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30205 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/l2tables.h')
-rw-r--r--mp3lib/l2tables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mp3lib/l2tables.h b/mp3lib/l2tables.h
index f62a546088..6be9bc1b82 100644
--- a/mp3lib/l2tables.h
+++ b/mp3lib/l2tables.h
@@ -4,6 +4,9 @@
* $Id$
*/
+#ifndef MPLAYER_MP3LIB_L2TABLES_H
+#define MPLAYER_MP3LIB_L2TABLES_H
+
/*
* Layer 2 Alloc tables ..
* most other tables are calculated on program start (which is (of course)
@@ -158,3 +161,4 @@ static struct al_table alloc_4[] = {
{2,0},{5,3},{7,5},{10,9},
{2,0},{5,3},{7,5},{10,9} };
+#endif /* MPLAYER_MP3LIB_L2TABLES_H */