From bbcccf2d197e4c127ed0de311cbcb5c0f82b4c9a Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 13 Sep 2008 17:31:45 +0000 Subject: Update internal libmpeg2 copy to version 0.5.1. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27604 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/attributes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libmpeg2/attributes.h') diff --git a/libmpeg2/attributes.h b/libmpeg2/attributes.h index eefbc0dd1b..e005eef1c3 100644 --- a/libmpeg2/attributes.h +++ b/libmpeg2/attributes.h @@ -21,6 +21,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef LIBMPEG2_ATTRIBUTES_H +#define LIBMPEG2_ATTRIBUTES_H + /* use gcc attribs to align critical data structures */ #ifdef ATTRIBUTE_ALIGNED_MAX #define ATTR_ALIGN(align) __attribute__ ((__aligned__ ((ATTRIBUTE_ALIGNED_MAX < align) ? ATTRIBUTE_ALIGNED_MAX : align))) @@ -35,3 +38,5 @@ #define likely(x) (x) #define unlikely(x) (x) #endif + +#endif /* LIBMPEG2_ATTRIBUTES_H */ -- cgit v1.2.3