dv_tablegen: Remove CONFIG_SMALL preprocessor check

The code does in no way depend on CONFIG_SMALL.
pull/46/merge
Diego Biurrun 11 years ago
parent 6f1ec8edf2
commit 57f13fd7e9
  1. 3
      libavcodec/dv_tablegen.c

@ -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…
Cancel
Save