Browse Source

bit_depth_template: don't depend on dsputil.h.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.2
Ronald S. Bultje Michael Niedermayer 12 years ago
parent
commit
5e74a2b685
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/bit_depth_template.c

+ 1
- 1
libavcodec/bit_depth_template.c View File

@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "dsputil.h"
#include "rnd_avg.h"
#include "libavutil/intreadwrite.h"

#ifndef BIT_DEPTH
#define BIT_DEPTH 8


Loading…
Cancel
Save