make high precision mode accessible at compile time

Originally committed as revision 8470 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 18 years ago
parent ca6940f871
commit c252b26d55
  1. 2
      libavcodec/resample2.c

@ -30,7 +30,7 @@
#include "common.h"
#include "dsputil.h"
#if 1
#ifndef CONFIG_RESAMPLE_HP
#define FILTER_SHIFT 15
#define FELEM int16_t

Loading…
Cancel
Save