diff huffyuv.c @ 1758:d49aae2f9027 libavcodec

freebsd fix for mpeg12.c (moving INT64_MAX to common.h)
author alex
date Sun, 25 Jan 2004 11:13:56 +0000
parents 932d306bf1dc
children b7340afa261a
line wrap: on
line diff
--- a/huffyuv.c	Sat Jan 24 23:47:33 2004 +0000
+++ b/huffyuv.c	Sun Jan 25 11:13:56 2004 +0000
@@ -30,10 +30,6 @@
 #include "avcodec.h"
 #include "dsputil.h"
 
-#ifndef INT64_MAX
-#define INT64_MAX 9223372036854775807LL
-#endif
-
 #define VLC_BITS 11
 
 typedef enum Predictor{