You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoder Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -376,14 +376,12 @@ function ff_\type\()_h264_chroma_mc2_neon, export=1
|
|||||||
endfunc
|
endfunc
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
#if CONFIG_H264_DECODER
|
|
||||||
h264_chroma_mc8 put
|
h264_chroma_mc8 put
|
||||||
h264_chroma_mc8 avg
|
h264_chroma_mc8 avg
|
||||||
h264_chroma_mc4 put
|
h264_chroma_mc4 put
|
||||||
h264_chroma_mc4 avg
|
h264_chroma_mc4 avg
|
||||||
h264_chroma_mc2 put
|
h264_chroma_mc2 put
|
||||||
h264_chroma_mc2 avg
|
h264_chroma_mc2 avg
|
||||||
#endif
|
|
||||||
|
|
||||||
#if CONFIG_RV40_DECODER
|
#if CONFIG_RV40_DECODER
|
||||||
const rv40bias
|
const rv40bias
|
||||||
|
Reference in New Issue
Block a user