summaryrefslogtreecommitdiffstats
path: root/libaf/af.h
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-13 09:09:50 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-13 09:09:50 +0000
commitf2de70140d971c3af556d7d96c340375d7c1d4d7 (patch)
tree7eaf3eee497e075b3d47022715f6ea5cb0c6361a /libaf/af.h
parent76b6eea4340155e8868ba4538f767b30d4787b5b (diff)
downloadmpv-f2de70140d971c3af556d7d96c340375d7c1d4d7.tar.bz2
mpv-f2de70140d971c3af556d7d96c340375d7c1d4d7.tar.xz
Fixing segfault bug and addnig support for lrintf() in format conversion
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8181 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af.h')
-rw-r--r--libaf/af.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af.h b/libaf/af.h
index 33d0b271d4..dc542bb7e0 100644
--- a/libaf/af.h
+++ b/libaf/af.h
@@ -1,9 +1,9 @@
#include <stdio.h>
+#include "af_mp.h"
#include "config.h"
#include "control.h"
#include "af_format.h"
-#include "af_mp.h"
#ifndef __aop_h__
#define __aop_h__