diff options
author | Xiaolei Yu <dreifachstein@gmail.com> | 2016-09-25 18:56:55 +0800 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-09-25 13:11:45 +0200 |
commit | 5a70e56f2f116d675b7f97b4c4ad4b8db5771531 (patch) | |
tree | 82256eb4962cef094b43ad86f849920922afe45c /libavcodec/arm/h264cmc_neon.S | |
parent | 267da70ea8c36caaa645a3c4f1c5f0ca8bae156a (diff) | |
download | ffmpeg-5a70e56f2f116d675b7f97b4c4ad4b8db5771531.tar.gz |
avcodec: fix vc1dsp dependencies
Diffstat (limited to 'libavcodec/arm/h264cmc_neon.S')
-rw-r--r-- | libavcodec/arm/h264cmc_neon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/h264cmc_neon.S b/libavcodec/arm/h264cmc_neon.S index 77ed3c0daa..fc48a6f8f6 100644 --- a/libavcodec/arm/h264cmc_neon.S +++ b/libavcodec/arm/h264cmc_neon.S @@ -455,7 +455,7 @@ endconst h264_chroma_mc4 avg, rv40 #endif -#if CONFIG_VC1_DECODER +#if CONFIG_VC1DSP h264_chroma_mc8 put, vc1 h264_chroma_mc8 avg, vc1 h264_chroma_mc4 put, vc1 |