summaryrefslogtreecommitdiffstats
path: root/liba52/a52.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-06 00:41:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-06 00:41:09 +0000
commitd2a84bde4fb464151fd2eb781255a50334d523ec (patch)
tree70c9432904b4ea0992293bc9f7317b8e1315a73e /liba52/a52.h
parent848e6ff668c5e6eae203e83c2b035da9398b118a (diff)
downloadmpv-d2a84bde4fb464151fd2eb781255a50334d523ec.tar.bz2
mpv-d2a84bde4fb464151fd2eb781255a50334d523ec.tar.xz
Sync local changes file with #ifdef --> #if conversion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28832 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52/a52.h')
-rw-r--r--liba52/a52.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/liba52/a52.h b/liba52/a52.h
index 78a92ed16a..3547ad1d36 100644
--- a/liba52/a52.h
+++ b/liba52/a52.h
@@ -28,6 +28,9 @@
#ifndef A52_H
#define A52_H
+#include <stdint.h>
+#include "mm_accel.h"
+
#ifndef LIBA52_DOUBLE
typedef float sample_t;
#else