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

Issue 8275011: add support for OpenBSD in ffmpeg (Closed)

Created:
9 years, 2 months ago by Robert Nagy
Modified:
9 years, 2 months ago
Base URL:
http://git.chromium.org/chromium/deps/ffmpeg/source.git@master
Visibility:
Public.

Description

add support for OpenBSD in ffmpeg add openbsd config files ffmpeg.gyp: - use openbs config files - disable -fno-signed-zeros because our gcc does not support it. BUG= TEST= Patch by Robert Nagy <robert.nagy@gmail.com>; Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106959

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2271 lines, -1 line) Patch
A config/Chromium/openbsd/ia32/config.h View 1 chunk +1039 lines, -0 lines 0 comments Download
A config/Chromium/openbsd/ia32/config.asm View 1 chunk +89 lines, -0 lines 0 comments Download
A config/Chromium/openbsd/x64/config.h View 1 chunk +1039 lines, -0 lines 0 comments Download
A config/Chromium/openbsd/x64/config.asm View 1 chunk +97 lines, -0 lines 0 comments Download
M ffmpeg.gyp View 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
Robert Nagy
9 years, 2 months ago (2011-10-13 18:56:38 UTC) #1
Mark Mentovai
Is there anything interesting about how you generated these files that would make sense to ...
9 years, 2 months ago (2011-10-13 19:11:50 UTC) #2
ilja
Adding Andrew. Along Mark's lines of thought. IMHO either "openbsd" files are a 1:1 copy ...
9 years, 2 months ago (2011-10-14 03:35:05 UTC) #3
scherkus (not reviewing)
I agree -- if there's nothing special about the openbsd.h config files then we should ...
9 years, 2 months ago (2011-10-14 04:03:46 UTC) #4
Robert Nagy
On 2011/10/14 04:03:46, scherkus wrote: > I agree -- if there's nothing special about the ...
9 years, 2 months ago (2011-10-14 07:42:27 UTC) #5
ilja
On 2011/10/14 07:42:27, Robert Nagy wrote: > SSE3 is disabled in the headers since it's ...
9 years, 2 months ago (2011-10-14 18:52:12 UTC) #6
Robert Nagy
On 2011/10/14 18:52:12, ilja wrote: > On 2011/10/14 07:42:27, Robert Nagy wrote: > > SSE3 ...
9 years, 2 months ago (2011-10-19 10:17:16 UTC) #7
ilja
On 2011/10/19 10:17:16, Robert Nagy wrote: > Even if that is going to be used, ...
9 years, 2 months ago (2011-10-19 18:50:58 UTC) #8
Robert Nagy
On 2011/10/19 18:50:58, ilja wrote: > On 2011/10/19 10:17:16, Robert Nagy wrote: > > Even ...
9 years, 2 months ago (2011-10-19 18:52:55 UTC) #9
ilja
On 2011/10/19 18:52:55, Robert Nagy wrote: > Well I am prepared to take maintainership for ...
9 years, 2 months ago (2011-10-19 18:58:34 UTC) #10
Robert Nagy
On 2011/10/19 18:58:34, ilja wrote: > On 2011/10/19 18:52:55, Robert Nagy wrote: > > Well ...
9 years, 2 months ago (2011-10-19 19:10:19 UTC) #11
ilja
On 2011/10/19 19:10:19, Robert Nagy wrote: > Can you please add him as a reviewer? ...
9 years, 2 months ago (2011-10-19 19:19:09 UTC) #12
Robert Nagy
On 2011/10/19 19:19:09, ilja wrote: > On 2011/10/19 19:10:19, Robert Nagy wrote: > > Can ...
9 years, 2 months ago (2011-10-20 22:02:15 UTC) #13
scherkus (not reviewing)
Did you generate these config files using build_ffmpeg.sh? For example there are no Chrome config ...
9 years, 2 months ago (2011-10-24 17:51:54 UTC) #14
Robert Nagy
On 2011/10/24 17:51:54, scherkus wrote: > Did you generate these config files using build_ffmpeg.sh? For ...
9 years, 2 months ago (2011-10-24 18:09:53 UTC) #15
scherkus (not reviewing)
cool -- just double checking :) LGTM
9 years, 2 months ago (2011-10-24 18:13:16 UTC) #16
Mark Mentovai
9 years, 2 months ago (2011-10-24 19:56:57 UTC) #17
Committed r106959, but this will need a DEPS roll in Chromium to be picked up
there. DEPS is currently at r106016 but another change landed at r106599 and
DEPS has not yet been updated.

Powered by Google App Engine
This is Rietveld 408576698