mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
dv_tablegen: Remove CONFIG_SMALL preprocessor check
The code does in no way depend on CONFIG_SMALL.
This commit is contained in:
parent
6f1ec8edf2
commit
57f13fd7e9
@ -22,9 +22,6 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#define CONFIG_HARDCODED_TABLES 0
|
||||
#ifndef CONFIG_SMALL
|
||||
#error CONFIG_SMALL must be defined to generate tables
|
||||
#endif
|
||||
#include "dv_tablegen.h"
|
||||
#include "tableprint.h"
|
||||
#include <inttypes.h>
|
||||
|
Loading…
Reference in New Issue
Block a user