From 699b3f99d0376a8fd5159bdad857228bda59cff6 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 17 Jun 2007 00:01:30 +0000 Subject: add multiple inclusion guards to headers Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h261.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/h261.h') diff --git a/libavcodec/h261.h b/libavcodec/h261.h index 1d4fc848a0..7f86bc4383 100644 --- a/libavcodec/h261.h +++ b/libavcodec/h261.h @@ -25,6 +25,9 @@ * h261codec. */ +#ifndef AVCODEC_H261_H +#define AVCODEC_H261_H + #include "mpegvideo.h" /** @@ -44,3 +47,5 @@ typedef struct H261Context{ }H261Context; #define MB_TYPE_H261_FIL 0x800000 + +#endif -- cgit v1.2.3