diff options
author | multiple authors <multiple@multiple.x> | 2013-02-05 13:39:24 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-05 13:39:46 +0100 |
commit | 5d0115118df4a17462dabcc2cd40af92db512310 (patch) | |
tree | d5865bb490e7dfe284e794b2edf1a3b1d889b244 | |
parent | 99a0813a7e0b2666510db07296ada11598004ff0 (diff) | |
download | ffmpeg-5d0115118df4a17462dabcc2cd40af92db512310.tar.gz |
libmpcodecs/vf_divtc: update to latest version in mplayer
Please see mplayer svn for authorship and individual commits
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/libmpcodecs/vf_divtc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/libmpcodecs/vf_divtc.c b/libavfilter/libmpcodecs/vf_divtc.c index 0e023f3fcf..61f6e35f09 100644 --- a/libavfilter/libmpcodecs/vf_divtc.c +++ b/libavfilter/libmpcodecs/vf_divtc.c @@ -26,6 +26,7 @@ #include "mp_msg.h" #include "cpudetect.h" #include "libavutil/common.h" +#include "libavutil/x86/asm.h" #include "mpbswap.h" #include "img_format.h" |