summaryrefslogtreecommitdiffstats
path: root/third_party/yasm
Commit message (Collapse)AuthorAgeFilesLines
* OpenBSD support for yasm.mark@chromium.org2011-10-184-2/+4004
| | | | | | | | | | | | | - include the openbsd configuration for yasm - use the correct yasm_flags on every posix system except for mac Patch by Robert Nagy <robert.nagy@gmail.com> BUG= TEST= Review URL: http://codereview.chromium.org/8348002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106083 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build with system yasm.phajdan.jr@chromium.org2011-10-121-2/+7
| | | | | | | BUG=100078 Review URL: http://codereview.chromium.org/8243012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105149 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude ffmpeg from the build when building for Android.peter@chromium.org2011-09-231-3/+4
| | | | | | | | | | | | | | | | Conditionalize the ffmpeg dependency and exclude files which rely on it for the media and media_unittest targets. Disable the ffmpeg_unittests, ffmpeg_tests and media_bench for Android targets as they require it. This change also conditionalizes the inclusion of yasm_compile.gyp, as yasm is only used for the ia32 and x86 target architectures. BUG= TEST= Review URL: http://codereview.chromium.org/7977023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102474 0039d316-1c4b-4281-b951-d872f2087c98
* Adding yasm_include.gypi to reuse rules for compiling assembly fileshclam@chromium.org2011-09-061-0/+97
| | | | | | | | | | | | There are a couple spots where we use YASM and this change is a start to organize the usage of YASM in chromium tree. BUG=None TEST=None Review URL: http://codereview.chromium.org/7800039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99751 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
| | | | | | | | | | | | | | | | | These were added in r28089 (http://codereview.chromium.org/256059) but are unnecessary bloat for everyone to carry around, even those that don't use emacs or vim. In an earlier change, I added editor config files in src/tools/emacs/ and src/tools/vim/ so users of the appropriate editor can source those instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/7310019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92046 0039d316-1c4b-4281-b951-d872f2087c98
* Add Makefile for yasm on Windows.hclam@chromium.org2011-06-281-0/+3822
| | | | | | | | | | | | Makefile for yasm is missing on Windows, causing build to fail. Building YASM on Windows is required to build libvpx and ffmpeg. BUG=None TEST=None Review URL: http://codereview.chromium.org/7222028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90800 0039d316-1c4b-4281-b951-d872f2087c98
* Build YASM on Windows using Visual Studiohclam@chromium.org2011-06-063-0/+215
| | | | | | | | | BUG=70688 TEST=None Review URL: http://codereview.chromium.org/7109030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88033 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up third_party readmes and adding a template for future use.cdn@chromium.org2011-03-161-0/+1
| | | | | | | | | | | The next step is a presubmit rule that will make people use the template. We are doing this so that we can better track dependancy versions. BUG=None TEST=N/A Review URL: http://codereview.chromium.org/6610030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78316 0039d316-1c4b-4281-b951-d872f2087c98
* Update our yasm copy to yasm 1.1.0 (the Chromium side).hbono@chromium.org2011-01-131-1/+2
| | | | | | | | | | This change add a new file added by yasm 1.1.0 to the GYP file for yasm. BUG=64640 TEST=build chromium without errors. Review URL: http://codereview.chromium.org/6186007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71305 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "remove old source for yasm"phajdan.jr@chromium.org2010-11-296-0/+8014
| | | | | | | | | | Broke compile. TBR=fbarchard Rietveld throws HTTP 500s, no codereview link :( git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67539 0039d316-1c4b-4281-b951-d872f2087c98
* remove old source for yasmfbarchard@chromium.org2010-11-296-8014/+0
| | | | | | | | | BUG=64640 TEST=none Review URL: http://codereview.chromium.org/5390002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67538 0039d316-1c4b-4281-b951-d872f2087c98
* Pass tools/licenses.py for a few more directories.evan@chromium.org2010-04-091-0/+4
| | | | | | | | | | Getting very close to done. BUG=39240 Review URL: http://codereview.chromium.org/1559022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44099 0039d316-1c4b-4281-b951-d872f2087c98
* Building FFmpeg in tree for armhclam@chromium.org2009-11-131-0/+10
| | | | | | | | | Changes yasm to be built for host instead of target. Also don't need to depend on yasm if build ing for arm. Review URL: http://codereview.chromium.org/387023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31929 0039d316-1c4b-4281-b951-d872f2087c98
* FFmpeg in-tree build for mac.ajwong@chromium.org2009-11-055-12/+4021
| | | | | | | | | BUG=26509 TEST=none Review URL: http://codereview.chromium.org/340072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31050 0039d316-1c4b-4281-b951-d872f2087c98
* Add yasm and ffmpeg into the build tree for linux.ajwong@chromium.org2009-10-305-0/+4653
BUG=22307 TEST=builds correctly, and an html5 video runs. Review URL: http://codereview.chromium.org/300013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30571 0039d316-1c4b-4281-b951-d872f2087c98