x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmx
authorDiego Biurrun <diego@biurrun.de>
Sat, 5 Oct 2013 16:38:06 +0000 (18:38 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sat, 5 Oct 2013 17:21:15 +0000 (19:21 +0200)
commit2ddb35b91131115c094d90e04031451023441b4d
tree26d71a4e682a47de89a9967542b338d709715d85
parent6b3ff6f91a535d6383f41ca7bdf760165dcb6015
x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmx

The function does not depend on MMX and compilation without MMX enabled
fails if the function is compiled conditional on MMX availability.
libavcodec/x86/Makefile
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/dsputil_x86.c [new file with mode: 0644]