summaryrefslogtreecommitdiff
path: root/build/x86-msvs
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2013-04-25 22:07:29 -0700
committerJames Zern <jzern@google.com>2013-07-09 14:26:53 -0700
commitf0d9f10d24fdf8729ee21bc5aa54fa09a2f93726 (patch)
tree4618157699ad085febf4cd5ca6015a8093254b57 /build/x86-msvs
parent5900d13183abad3db06231012f5d26b02cb885c7 (diff)
downloadlibvpx-f0d9f10d24fdf8729ee21bc5aa54fa09a2f93726.tar
libvpx-f0d9f10d24fdf8729ee21bc5aa54fa09a2f93726.tar.gz
libvpx-f0d9f10d24fdf8729ee21bc5aa54fa09a2f93726.tar.bz2
libvpx-f0d9f10d24fdf8729ee21bc5aa54fa09a2f93726.zip
Remove all asm offset files from VP9
The files are empty and unused. Change-Id: Ieb4242d14273efdf24149bda33f9591540bba06a
Diffstat (limited to 'build/x86-msvs')
-rw-r--r--build/x86-msvs/obj_int_extract.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/x86-msvs/obj_int_extract.bat b/build/x86-msvs/obj_int_extract.bat
index 47fef974c..2a362b885 100644
--- a/build/x86-msvs/obj_int_extract.bat
+++ b/build/x86-msvs/obj_int_extract.bat
@@ -7,13 +7,6 @@ REM in the file PATENTS. All contributing project authors may
REM be found in the AUTHORS file in the root of the source tree.
echo on
-cl /I "./" /I "%1" /nologo /c "%1/vp9/common/vp9_asm_com_offsets.c"
-cl /I "./" /I "%1" /nologo /c "%1/vp9/decoder/vp9_asm_dec_offsets.c"
-cl /I "./" /I "%1" /nologo /c "%1/vp9/encoder/vp9_asm_enc_offsets.c"
-obj_int_extract.exe rvds "vp9_asm_com_offsets.obj" > "vp9_asm_com_offsets.asm"
-obj_int_extract.exe rvds "vp9_asm_dec_offsets.obj" > "vp9_asm_dec_offsets.asm"
-obj_int_extract.exe rvds "vp9_asm_enc_offsets.obj" > "vp9_asm_enc_offsets.asm"
-
cl /I "./" /I "%1" /nologo /c "%1/vp8/common/vp8_asm_com_offsets.c"
cl /I "./" /I "%1" /nologo /c "%1/vp8/decoder/vp8_asm_dec_offsets.c"
cl /I "./" /I "%1" /nologo /c "%1/vp8/encoder/vp8_asm_enc_offsets.c"