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

Side by Side Diff: source/libvpx/third_party/x86inc/README.libvpx

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 3 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
OLDNEW
1 URL: http://git.videolan.org/?p=x264.git 1 URL: http://git.videolan.org/?p=x264.git
2 Version: 999b753ff0f4dc872077f4fa90d465e948cbe656 2 Version: a95584945dd9ce3acc66c6cd8f6796bc4404d40d
3 License: ISC 3 License: ISC
4 License File: LICENSE 4 License File: LICENSE
5 5
6 Description: 6 Description:
7 x264/libav's framework for x86 assembly. Contains a variety of macros and 7 x264/libav's framework for x86 assembly. Contains a variety of macros and
8 defines that help automatically allow assembly to work cross-platform. 8 defines that help automatically allow assembly to work cross-platform.
9 9
10 Local Modifications: 10 Local Modifications:
11 Some modifications to allow PIC to work with x86inc. 11 Get configuration from vpx_config.asm.
12 Conditionally define program_name to allow overriding. 12 Prefix functions with vpx by default.
13 Manage name mangling (prefixing with '_') manually because 'PREFIX' does not
14 exist in libvpx.
15 Expand PIC default to macho64 and respect CONFIG_PIC from libvpx
16 Catch all elf formats for 'hidden' status and SECTION notes.
17 Avoid 'amdnop' when building with nasm.
18 Set 'private_extern' visibility for macho targets.
19 Copy PIC 'GLOBAL' macros from x86_abi_support.asm
20 Use .text instead of .rodata on macho to avoid broken tables in PIC mode.
21 Use .text with no alignment for aout
22 Only use 'hidden' visibility with Chromium
OLDNEW
« no previous file with comments | « source/libvpx/third_party/libyuv/source/scale_win.cc ('k') | source/libvpx/third_party/x86inc/x86inc.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698