Browse Source

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  dv_tablegen: Remove CONFIG_SMALL preprocessor check

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 11 years ago
parent
commit
d5d29ae3b0
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavcodec/dv_tablegen.c

+ 0
- 3
libavcodec/dv_tablegen.c View File

@@ -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