Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
7798aef5
Commit
7798aef5
authored
Nov 08, 2012
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable build on windows with msvc
Change-Id: I34057b87d9713dc819b8c69990dd1408b8c79342
parent
1d4fbeb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
build/x86-msvs/obj_int_extract.bat
build/x86-msvs/obj_int_extract.bat
+3
-3
No files found.
build/x86-msvs/obj_int_extract.bat
View file @
7798aef5
...
...
@@ -10,6 +10,6 @@ echo on
cl
/I
"./"
/I
"
%
1"
/nologo /c
"
%
1/vp9/common/asm_com_offsets.c"
cl
/I
"./"
/I
"
%
1"
/nologo /c
"
%
1/vp9/decoder/asm_dec_offsets.c"
cl
/I
"./"
/I
"
%
1"
/nologo /c
"
%
1/vp9/encoder/asm_enc_offsets.c"
obj_int_extract
.exe
rvds
"asm_com_offsets.obj"
>
"asm_com_offsets.asm"
obj_int_extract
.exe
rvds
"asm_dec_offsets.obj"
>
"asm_dec_offsets.asm"
obj_int_extract
.exe
rvds
"asm_enc_offsets.obj"
>
"asm_enc_offsets.asm"
obj_int_extract
.exe
rvds
"asm_com_offsets.obj"
>
"
vp9_
asm_com_offsets.asm"
obj_int_extract
.exe
rvds
"asm_dec_offsets.obj"
>
"
vp9_
asm_dec_offsets.asm"
obj_int_extract
.exe
rvds
"asm_enc_offsets.obj"
>
"
vp9_
asm_enc_offsets.asm"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment