]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/mpegvideo.c
x86: dsputil: Move rv40-specific functions where they belong
[ffmpeg] / libavcodec / x86 / mpegvideo.c
index 599db949a8c78b2a14724d2de1752c2a3b29e11b..a603bfb4b8267db8aee76908e507e26da7b2abe6 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/attributes.h"
 #include "libavutil/cpu.h"
 #include "libavutil/x86/asm.h"
 #include "libavcodec/avcodec.h"
-#include "libavcodec/dsputil.h"
 #include "libavcodec/mpegvideo.h"
 #include "dsputil_mmx.h"
 
@@ -584,7 +584,7 @@ static void  denoise_dct_sse2(MpegEncContext *s, int16_t *block){
 
 #endif /* HAVE_INLINE_ASM */
 
-void ff_MPV_common_init_x86(MpegEncContext *s)
+av_cold void ff_MPV_common_init_x86(MpegEncContext *s)
 {
 #if HAVE_INLINE_ASM
     int mm_flags = av_get_cpu_flags();