diff options
author | multiple authors <multiple@multiple.x> | 2013-02-05 14:17:54 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-05 14:18:15 +0100 |
commit | 8f7e3e678b5864017e52f1a965f221379feed118 (patch) | |
tree | a934bd84fae8b0e8bbd36bc57bbf81978af7ba4a | |
parent | 3ca46d0c10aa4ccb063ea60e5cd1cab188418ad5 (diff) | |
download | ffmpeg-8f7e3e678b5864017e52f1a965f221379feed118.tar.gz |
libmpcodecs/vf_noise: update to latest version from mplayer
Please see mplayer svn for authorship and individual commits
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/libmpcodecs/vf_noise.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/libmpcodecs/vf_noise.c b/libavfilter/libmpcodecs/vf_noise.c index e141e6b022..3b946e99bb 100644 --- a/libavfilter/libmpcodecs/vf_noise.c +++ b/libavfilter/libmpcodecs/vf_noise.c @@ -37,6 +37,7 @@ #include "vf.h" #include "libvo/fastmemcpy.h" #include "libavutil/mem.h" +#include "libavutil/x86/asm.h" #define MAX_NOISE 4096 #define MAX_SHIFT 1024 |