comparison vp56.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 51918cb97f6f
children 1b91ce6c758c
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #ifndef VP56_H 24 #ifndef FFMPEG_VP56_H
25 #define VP56_H 25 #define FFMPEG_VP56_H
26 26
27 #include "vp56data.h" 27 #include "vp56data.h"
28 #include "dsputil.h" 28 #include "dsputil.h"
29 #include "mpegvideo.h" 29 #include "mpegvideo.h"
30 #include "bytestream.h" 30 #include "bytestream.h"
263 tree++; 263 tree++;
264 } 264 }
265 return -tree->val; 265 return -tree->val;
266 } 266 }
267 267
268 #endif /* VP56_H */ 268 #endif /* FFMPEG_VP56_H */