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

Issue 7109030: Build YASM on Windows using Visual Studio (Closed)

Created:
9 years, 6 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Build YASM on Windows using Visual Studio BUG=70688 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88033

Patch Set 1 #

Patch Set 2 : done #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -0 lines) Patch
A third_party/yasm/source/config/win/config.h View 1 chunk +176 lines, -0 lines 0 comments Download
A third_party/yasm/source/config/win/libyasm-stdint.h View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/yasm/source/config/win/stdint.h View 1 chunk +30 lines, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Alpha Left Google
9 years, 6 months ago (2011-06-02 23:22:42 UTC) #1
scherkus (not reviewing)
LGTM silly MSVC and it's lack of stdint.h http://codereview.chromium.org/7109030/diff/6/third_party/yasm/source/config/win/stdint.h File third_party/yasm/source/config/win/stdint.h (right): http://codereview.chromium.org/7109030/diff/6/third_party/yasm/source/config/win/stdint.h#newcode18 third_party/yasm/source/config/win/stdint.h:18: typedef ...
9 years, 6 months ago (2011-06-06 17:36:44 UTC) #2
Alpha Left Google
9 years, 6 months ago (2011-06-06 19:46:30 UTC) #3
On 2011/06/06 17:36:44, scherkus wrote:
> LGTM
> 
> silly MSVC and it's lack of stdint.h
> 
>
http://codereview.chromium.org/7109030/diff/6/third_party/yasm/source/config/...
> File third_party/yasm/source/config/win/stdint.h (right):
> 
>
http://codereview.chromium.org/7109030/diff/6/third_party/yasm/source/config/...
> third_party/yasm/source/config/win/stdint.h:18: typedef signed long long     
> int64_t;
> is this copied from
>
http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/ffmpeg/source/in...
> ??
> 
> :)

Yup.

Powered by Google App Engine
This is Rietveld 408576698