Browse Source

arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoder

The functions are used by all codecs that enable the h264chroma component
and the file is already compiled conditional on h264chroma being enabled.
tags/n2.1
Diego Biurrun 12 years ago
parent
commit
f407856968
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/arm/h264cmc_neon.S

+ 0
- 2
libavcodec/arm/h264cmc_neon.S View File

@@ -376,14 +376,12 @@ function ff_\type\()_h264_chroma_mc2_neon, export=1
endfunc
.endm

#if CONFIG_H264_DECODER
h264_chroma_mc8 put
h264_chroma_mc8 avg
h264_chroma_mc4 put
h264_chroma_mc4 avg
h264_chroma_mc2 put
h264_chroma_mc2 avg
#endif

#if CONFIG_RV40_DECODER
const rv40bias


Loading…
Cancel
Save