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
aa82363c
Commit
aa82363c
authored
Jul 27, 2010
by
John Koleszar
Committed by
Code Review
Jul 27, 2010
Browse files
Options
Browse Files
Download
Plain Diff
Merge "msvs: fix install of codec sources"
parents
a570bbd4
4d86ef35
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
build/make/Makefile
build/make/Makefile
+1
-0
libs.mk
libs.mk
+2
-1
vp8/vp8cx.mk
vp8/vp8cx.mk
+1
-0
No files found.
build/make/Makefile
View file @
aa82363c
...
...
@@ -334,6 +334,7 @@ ifneq ($(call enabled,DIST-SRCS),)
DIST-SRCS-$(CONFIG_MSVS)
+=
build/make/gen_msvs_def.sh
DIST-SRCS-$(CONFIG_MSVS)
+=
build/make/gen_msvs_proj.sh
DIST-SRCS-$(CONFIG_MSVS)
+=
build/make/gen_msvs_sln.sh
DIST-SRCS-$(CONFIG_MSVS)
+=
build/x86-msvs/yasm.rules
DIST-SRCS-$(CONFIG_RVCT)
+=
build/make/armlink_adapter.sh
#
# This isn't really ARCH_ARM dependent, it's dependant on whether we're
...
...
libs.mk
View file @
aa82363c
...
...
@@ -11,6 +11,8 @@
ASM
:=
$(
if
$(
filter
yes
,
$(CONFIG_GCC)
)
,.asm.s,.asm
)
CODEC_SRCS-yes
+=
libs.mk
include
$(SRC_PATH_BARE)/vpx/vpx_codec.mk
CODEC_SRCS-yes
+=
$(
addprefix
vpx/,
$(
call
enabled,API_SRCS
))
...
...
@@ -59,7 +61,6 @@ CODEC_LIB=$(if $(CONFIG_STATIC_MSVCRT),vpxmt,vpxmd)
# This variable uses deferred expansion intentionally, since the results of
# $(wildcard) may change during the course of the Make.
VS_PLATFORMS
=
$(
foreach
d,
$(
wildcard
*
/Release/
$(CODEC_LIB)
.lib
)
,
$(
word
1,
$(
subst
/, ,
$(d)
)))
CODEC_SRCS-yes
+=
$(SRC_PATH_BARE)
/libs.mk
# to show up in the msvs workspace
endif
# The following pairs define a mapping of locations in the distribution
...
...
vp8/vp8cx.mk
View file @
aa82363c
...
...
@@ -87,6 +87,7 @@ VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodemb_x86.h
VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
encoder/x86/dct_x86.h
VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
encoder/x86/mcomp_x86.h
VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
encoder/x86/variance_x86.h
VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
encoder/x86/quantize_x86.h
VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
encoder/x86/x86_csystemdependent.c
VP8_CX_SRCS-$(HAVE_MMX)
+=
encoder/x86/variance_mmx.c
VP8_CX_SRCS-$(HAVE_MMX)
+=
encoder/x86/variance_impl_mmx.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