]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudio_tablegen.c
avutil: remove deprecated AVClass.child_class_next
[ffmpeg] / libavcodec / mpegaudio_tablegen.c
index ede7c8e2213dca87affdda01c058be5a77c212ab..7c598f7774b0bc0b582ec7a7e885914f6fc56582 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <stdlib.h>
 #define CONFIG_HARDCODED_TABLES 0
+#define BUILD_TABLES
 #include "libavutil/tablegen.h"
 #include "mpegaudio_tablegen.h"
 #include "tableprint.h"
@@ -32,8 +33,6 @@ int main(void)
 
     write_fileheader();
 
-    WRITE_ARRAY("static const", int8_t, table_4_3_exp);
-    WRITE_ARRAY("static const", uint32_t, table_4_3_value);
     WRITE_ARRAY("static const", uint32_t, exp_table_fixed);
     WRITE_ARRAY("static const", float, exp_table_float);
     WRITE_2D_ARRAY("static const", uint32_t, expval_table_fixed);