Browse Source

Revert "Add required header #include to fix 'make checkheaders'."

config.h must not be included in that file.  The table generator runs
on the host system, but config.h describes the target.

Originally committed as revision 20620 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård 15 years ago
parent
commit
4f898e77fb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/mpegaudio_tablegen.h

+ 0
- 1
libavcodec/mpegaudio_tablegen.h View File

@@ -27,7 +27,6 @@
// do not use libavutil/mathematics.h since this is compiled both
// for the host and the target and config.h is only valid for the target
#include <math.h>
#include "config.h"

#define TABLE_4_3_SIZE (8191 + 16)*4
#if CONFIG_HARDCODED_TABLES


Loading…
Cancel
Save