[FFmpeg-cvslog] arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoder

Diego Biurrun git at videolan.org
Sat Aug 24 11:42:58 CEST 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Aug 23 16:59:43 2013 +0200| [f407856968dcf4ff6c7240abe3afc17c00d81b46] | committer: Diego Biurrun

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f407856968dcf4ff6c7240abe3afc17c00d81b46
---

 libavcodec/arm/h264cmc_neon.S |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/arm/h264cmc_neon.S b/libavcodec/arm/h264cmc_neon.S
index 3427e36..15301f8 100644
--- a/libavcodec/arm/h264cmc_neon.S
+++ b/libavcodec/arm/h264cmc_neon.S
@@ -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



More information about the ffmpeg-cvslog mailing list