diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 13:57:42 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 13:57:42 +0000 |
commit | 3519af27d83963132197edaf6a492285651d3299 (patch) | |
tree | 342d367ecab17b84c1d7998db23a7dea30e364e6 | |
parent | 2eb5d02427a24d2a8aee95785564e9f79d7bf489 (diff) | |
download | ffmpeg-3519af27d83963132197edaf6a492285651d3299.tar.gz |
when changing version, please keep my changes (win32 compile fix)
Originally committed as revision 2138 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/liba52/bit_allocate.c | 5 | ||||
-rw-r--r-- | libavcodec/liba52/bitstream.c | 5 | ||||
-rw-r--r-- | libavcodec/liba52/downmix.c | 6 | ||||
-rw-r--r-- | libavcodec/liba52/imdct.c | 12 | ||||
-rw-r--r-- | libavcodec/liba52/parse.c | 7 | ||||
-rw-r--r-- | libavcodec/liba52/resample.c | 2 |
6 files changed, 0 insertions, 37 deletions
diff --git a/libavcodec/liba52/bit_allocate.c b/libavcodec/liba52/bit_allocate.c index c8da24e9e6..7b595a01ed 100644 --- a/libavcodec/liba52/bit_allocate.c +++ b/libavcodec/liba52/bit_allocate.c @@ -20,11 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include "config.h" - -#include <inttypes.h> - #include "a52.h" #include "a52_internal.h" diff --git a/libavcodec/liba52/bitstream.c b/libavcodec/liba52/bitstream.c index ba847d9f36..89b69cff03 100644 --- a/libavcodec/liba52/bitstream.c +++ b/libavcodec/liba52/bitstream.c @@ -20,11 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include "config.h" - -#include <inttypes.h> - #include "a52.h" #include "a52_internal.h" #include "bitstream.h" diff --git a/libavcodec/liba52/downmix.c b/libavcodec/liba52/downmix.c index 5660951486..a4ce747ad7 100644 --- a/libavcodec/liba52/downmix.c +++ b/libavcodec/liba52/downmix.c @@ -20,12 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include "config.h" - -#include <string.h> -#include <inttypes.h> - #include "a52.h" #include "a52_internal.h" diff --git a/libavcodec/liba52/imdct.c b/libavcodec/liba52/imdct.c index efac6e29a5..7a1690b63a 100644 --- a/libavcodec/liba52/imdct.c +++ b/libavcodec/liba52/imdct.c @@ -24,18 +24,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "config.h" - -#include <math.h> -#include <stdio.h> -#ifdef LIBA52_DJBFFT -#include <fftc4.h> -#endif -#ifndef M_PI -#define M_PI 3.1415926535897932384626433832795029 -#endif -#include <inttypes.h> - #include "a52.h" #include "a52_internal.h" #include "mm_accel.h" diff --git a/libavcodec/liba52/parse.c b/libavcodec/liba52/parse.c index 505a335f09..d3e6914ea7 100644 --- a/libavcodec/liba52/parse.c +++ b/libavcodec/liba52/parse.c @@ -20,13 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include "config.h" - -#include <stdlib.h> -#include <string.h> -#include <inttypes.h> - #include "a52.h" #include "a52_internal.h" #include "bitstream.h" diff --git a/libavcodec/liba52/resample.c b/libavcodec/liba52/resample.c index 284cbbe78d..bb7de9175e 100644 --- a/libavcodec/liba52/resample.c +++ b/libavcodec/liba52/resample.c @@ -4,8 +4,6 @@ // a52_resample() should do the conversion. -#include <inttypes.h> -#include <stdio.h> #include "a52.h" #include "mm_accel.h" #include "config.h" |