aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2020-10-27 09:39:59 -0700
committerCommit Bot <commit-bot@chromium.org>2020-10-28 16:24:38 +0000
commit5c4dc242f41861f6b0764860e6492200023a89c4 (patch)
treee05a4e1bbf0b8a303bbe085533321ed674a0de28 /linux.mk
parent19d71f6b351fe992ae34b114eebd872c383a6bdb (diff)
downloadlibyuv-5c4dc242f41861f6b0764860e6492200023a89c4.tar.gz
MJPGToNV12 added and build files sorted
Bug: None Change-Id: I87aa64a14bb3f0785f984f492e56fcf2313431ce Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2502780 Reviewed-by: Evan Shrubsole <eshr@google.com> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/linux.mk b/linux.mk
index 3244b7d4..3e93b710 100644
--- a/linux.mk
+++ b/linux.mk
@@ -15,13 +15,13 @@ LOCAL_OBJ_FILES := \
source/compare_gcc.o \
source/compare_mmi.o \
source/compare_msa.o \
- source/compare_neon64.o \
source/compare_neon.o \
+ source/compare_neon64.o \
source/compare_win.o \
- source/convert_argb.o \
source/convert.o \
- source/convert_from_argb.o \
+ source/convert_argb.o \
source/convert_from.o \
+ source/convert_from_argb.o \
source/convert_jpeg.o \
source/convert_to_argb.o \
source/convert_to_i420.o \
@@ -29,34 +29,34 @@ LOCAL_OBJ_FILES := \
source/mjpeg_decoder.o \
source/mjpeg_validate.o \
source/planar_functions.o \
+ source/rotate.o \
source/rotate_any.o \
source/rotate_argb.o \
- source/rotate.o \
source/rotate_common.o \
source/rotate_gcc.o \
source/rotate_mmi.o \
source/rotate_msa.o \
- source/rotate_neon64.o \
source/rotate_neon.o \
+ source/rotate_neon64.o \
source/rotate_win.o \
source/row_any.o \
source/row_common.o \
source/row_gcc.o \
source/row_mmi.o \
source/row_msa.o \
- source/row_neon64.o \
source/row_neon.o \
+ source/row_neon64.o \
source/row_win.o \
+ source/scale.o \
source/scale_any.o \
source/scale_argb.o \
- source/scale_uv.o \
- source/scale.o \
source/scale_common.o \
source/scale_gcc.o \
source/scale_mmi.o \
source/scale_msa.o \
- source/scale_neon64.o \
source/scale_neon.o \
+ source/scale_neon64.o \
+ source/scale_uv.o \
source/scale_win.o \
source/video_common.o