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
63ffc1ae
Commit
63ffc1ae
authored
Jun 30, 2010
by
John Koleszar
Committed by
Code Review
Jun 30, 2010
Browse files
Options
Browse Files
Download
Plain Diff
Merge "ARM WinCE VS8 build update"
parents
b3eb3d21
a23ec527
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
build/arm-wince-vs8/vpx.sln
build/arm-wince-vs8/vpx.sln
+1
-1
build/make/gen_msvs_proj.sh
build/make/gen_msvs_proj.sh
+5
-5
libs.mk
libs.mk
+0
-1
No files found.
build/arm-wince-vs8/vpx
_decoder
.sln
→
build/arm-wince-vs8/vpx.sln
View file @
63ffc1ae
...
...
@@ -8,7 +8,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example.vcproj",
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obj_int_extract", "obj_int_extract.vcproj", "{E1360C65-D375-4335-8057-7ED99CC3F9B2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vpx
_decoder", "vpx_decoder
.vcproj", "{DCE19DAF-69AC-46DB-B14A-39F0FAA5DB74}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vpx
", "vpx
.vcproj", "{DCE19DAF-69AC-46DB-B14A-39F0FAA5DB74}"
ProjectSection(ProjectDependencies) = postProject
{E1360C65-D375-4335-8057-7ED99CC3F9B2} = {E1360C65-D375-4335-8057-7ED99CC3F9B2}
EndProjectSection
...
...
build/make/gen_msvs_proj.sh
View file @
63ffc1ae
...
...
@@ -347,7 +347,7 @@ generate_vcproj() {
x86
*
)
$uses_asm
&&
tag ToolFile
RelativePath
=
"
$self_dirname
/../x86-msvs/yasm.rules"
;;
arm
*
|
iwmmx
*
)
if
[
"
$name
"
==
"vpx
_decoder
"
]
;
then
if
[
"
$name
"
==
"vpx"
]
;
then
case
"
$target
"
in
armv5
*
)
tag ToolFile
RelativePath
=
"
$self_dirname
/../arm-wince-vs8/armasmv5.rules"
...
...
@@ -376,7 +376,7 @@ generate_vcproj() {
if
[
"
$target
"
==
"armv6-wince-vs8"
]
||
[
"
$target
"
==
"armv5te-wince-vs8"
]
||
[
"
$target
"
==
"iwmmxt-wince-vs8"
]
||
[
"
$target
"
==
"iwmmxt2-wince-vs8"
]
;
then
case
"
$name
"
in
vpx
_decoder
)
tag Tool
\
vpx
)
tag Tool
\
Name
=
"VCPreBuildEventTool"
\
CommandLine
=
"call obj_int_extract.bat
\$
(ConfigurationName)"
tag Tool
\
...
...
@@ -510,7 +510,7 @@ generate_vcproj() {
if
[
"
$target
"
==
"armv6-wince-vs8"
]
||
[
"
$target
"
==
"armv5te-wince-vs8"
]
||
[
"
$target
"
==
"iwmmxt-wince-vs8"
]
||
[
"
$target
"
==
"iwmmxt2-wince-vs8"
]
;
then
case
"
$name
"
in
vpx
_decoder
)
tag DeploymentTool
\
vpx
)
tag DeploymentTool
\
ForceDirty
=
"-1"
\
RegisterOutput
=
"0"
;;
...
...
@@ -534,7 +534,7 @@ generate_vcproj() {
if
[
"
$target
"
==
"armv6-wince-vs8"
]
||
[
"
$target
"
==
"armv5te-wince-vs8"
]
||
[
"
$target
"
==
"iwmmxt-wince-vs8"
]
||
[
"
$target
"
==
"iwmmxt2-wince-vs8"
]
;
then
case
"
$name
"
in
vpx
_decoder
)
tag Tool
\
vpx
)
tag Tool
\
Name
=
"VCPreBuildEventTool"
\
CommandLine
=
"call obj_int_extract.bat
\$
(ConfigurationName)"
tag Tool
\
...
...
@@ -672,7 +672,7 @@ generate_vcproj() {
if
[
"
$target
"
==
"armv6-wince-vs8"
]
||
[
"
$target
"
==
"armv5te-wince-vs8"
]
||
[
"
$target
"
==
"iwmmxt-wince-vs8"
]
||
[
"
$target
"
==
"iwmmxt2-wince-vs8"
]
;
then
case
"
$name
"
in
vpx
_decoder
)
tag DeploymentTool
\
vpx
)
tag DeploymentTool
\
ForceDirty
=
"-1"
\
RegisterOutput
=
"0"
;;
...
...
libs.mk
View file @
63ffc1ae
...
...
@@ -144,7 +144,6 @@ obj_int_extract.vcproj: $(SRC_PATH_BARE)/build/make/obj_int_extract.c
PROJECTS-$(BUILD_LIBVPX)
+=
obj_int_extract.vcproj
PROJECTS-$(BUILD_LIBVPX)
+=
obj_int_extract.bat
PROJECTS-$(BUILD_LIBVPX)
+=
armasm
$(ARM_ARCH)
.rules
endif
vpx.def
:
$(call enabled
,
CODEC_EXPORTS)
...
...
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