Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Side by Side Diff: source/libvpx/libs.mk

Issue 375983002: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « source/libvpx/examples/vp9_spatial_svc_encoder.c ('k') | source/libvpx/test/cpu_speed_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1 ##
2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. 2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
3 ## 3 ##
4 ## Use of this source code is governed by a BSD-style license 4 ## Use of this source code is governed by a BSD-style license
5 ## that can be found in the LICENSE file in the root of the source 5 ## that can be found in the LICENSE file in the root of the source
6 ## tree. An additional intellectual property rights grant can be found 6 ## tree. An additional intellectual property rights grant can be found
7 ## in the file PATENTS. All contributing project authors may 7 ## in the file PATENTS. All contributing project authors may
8 ## be found in the AUTHORS file in the root of the source tree. 8 ## be found in the AUTHORS file in the root of the source tree.
9 ## 9 ##
10 10
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 163
164 CODEC_SRCS-$(BUILD_LIBVPX) += build/make/version.sh 164 CODEC_SRCS-$(BUILD_LIBVPX) += build/make/version.sh
165 CODEC_SRCS-$(BUILD_LIBVPX) += build/make/rtcd.pl 165 CODEC_SRCS-$(BUILD_LIBVPX) += build/make/rtcd.pl
166 CODEC_SRCS-$(BUILD_LIBVPX) += vpx_ports/emmintrin_compat.h 166 CODEC_SRCS-$(BUILD_LIBVPX) += vpx_ports/emmintrin_compat.h
167 CODEC_SRCS-$(BUILD_LIBVPX) += vpx_ports/mem_ops.h 167 CODEC_SRCS-$(BUILD_LIBVPX) += vpx_ports/mem_ops.h
168 CODEC_SRCS-$(BUILD_LIBVPX) += vpx_ports/mem_ops_aligned.h 168 CODEC_SRCS-$(BUILD_LIBVPX) += vpx_ports/mem_ops_aligned.h
169 CODEC_SRCS-$(BUILD_LIBVPX) += vpx_ports/vpx_once.h 169 CODEC_SRCS-$(BUILD_LIBVPX) += vpx_ports/vpx_once.h
170 CODEC_SRCS-$(BUILD_LIBVPX) += $(BUILD_PFX)vpx_config.c 170 CODEC_SRCS-$(BUILD_LIBVPX) += $(BUILD_PFX)vpx_config.c
171 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c 171 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
172 ifeq ($(ARCH_X86)$(ARCH_X86_64),yes) 172 ifeq ($(ARCH_X86)$(ARCH_X86_64),yes)
173 CODEC_SRCS-$(BUILD_LIBVPX) += third_party/x86inc/x86inc.asm 173 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += third_party/x86inc/x86inc.asm
174 endif 174 endif
175 CODEC_EXPORTS-$(BUILD_LIBVPX) += vpx/exports_com 175 CODEC_EXPORTS-$(BUILD_LIBVPX) += vpx/exports_com
176 CODEC_EXPORTS-$(CONFIG_ENCODERS) += vpx/exports_enc 176 CODEC_EXPORTS-$(CONFIG_ENCODERS) += vpx/exports_enc
177 CODEC_EXPORTS-$(CONFIG_DECODERS) += vpx/exports_dec 177 CODEC_EXPORTS-$(CONFIG_DECODERS) += vpx/exports_dec
178 178
179 INSTALL-LIBS-yes += include/vpx/vpx_codec.h 179 INSTALL-LIBS-yes += include/vpx/vpx_codec.h
180 INSTALL-LIBS-yes += include/vpx/vpx_frame_buffer.h 180 INSTALL-LIBS-yes += include/vpx/vpx_frame_buffer.h
181 INSTALL-LIBS-yes += include/vpx/vpx_image.h 181 INSTALL-LIBS-yes += include/vpx/vpx_image.h
182 INSTALL-LIBS-yes += include/vpx/vpx_integer.h 182 INSTALL-LIBS-yes += include/vpx/vpx_integer.h
183 INSTALL-LIBS-$(CONFIG_DECODERS) += include/vpx/vpx_decoder.h 183 INSTALL-LIBS-$(CONFIG_DECODERS) += include/vpx/vpx_decoder.h
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 EXAMPLES_BIN_PATH := $(TGT_OS:win64=x64)/Release 575 EXAMPLES_BIN_PATH := $(TGT_OS:win64=x64)/Release
576 endif 576 endif
577 exampletest: examples testdata 577 exampletest: examples testdata
578 $(qexec)$(SRC_PATH_BARE)/test/examples.sh \ 578 $(qexec)$(SRC_PATH_BARE)/test/examples.sh \
579 --test-data-path $(LIBVPX_TEST_DATA_PATH) \ 579 --test-data-path $(LIBVPX_TEST_DATA_PATH) \
580 --bin-path $(EXAMPLES_BIN_PATH) 580 --bin-path $(EXAMPLES_BIN_PATH)
581 else 581 else
582 exampletest: 582 exampletest:
583 @echo Unit tests must be enabled to make the exampletest target. 583 @echo Unit tests must be enabled to make the exampletest target.
584 endif 584 endif
OLDNEW
« no previous file with comments | « source/libvpx/examples/vp9_spatial_svc_encoder.c ('k') | source/libvpx/test/cpu_speed_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698