summaryrefslogtreecommitdiff
path: root/libswscale/x86/Makefile
diff options
context:
space:
mode:
authorTing Fu <ting.fu@intel.com>2020-01-19 11:51:03 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2020-02-05 17:41:59 +0100
commite934194b6a4159b7960cabefb0dd8b998c1961e8 (patch)
treec183b15e8c04756fd396cd635dae356f1740c7c7 /libswscale/x86/Makefile
parent2d58fa6d9e2d236a8d556cdd8ea6125ce4a82174 (diff)
libswscale/x86/yuv2rgb: Change inline assembly into nasm code
The original inline assembly and nasm code have the same fps when called by command. NASM code almost has no impact on the perfromance. Signed-off-by: Ting Fu <ting.fu@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/x86/Makefile')
-rw-r--r--libswscale/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile
index f317d5dd9b..831d5359aa 100644
--- a/libswscale/x86/Makefile
+++ b/libswscale/x86/Makefile
@@ -12,3 +12,4 @@ X86ASM-OBJS += x86/input.o \
x86/output.o \
x86/scale.o \
x86/rgb_2_rgb.o \
+ x86/yuv_2_rgb.o \