Changeset 106209 in webkit


Ignore:
Timestamp:
Jan 29, 2012 7:49:19 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Prepare WebCore.gyp for ffmpeg source transition.
https://bugs.webkit.org/show_bug.cgi?id=77254

We're migrating our ffmpeg repo from a set of patches living on top of
a tarball to an actual git fork of upstream. The paths have changed
slightly.

In order to not break the current build, we'll keep both paths around
until the transition is complete. Afterward the 'patched-ffmpeg' path
will be removed.

Patch by Dale Curtis <dalecurtis@chromium.org> on 2012-01-29
Reviewed by Tony Chang.

No new tests. GYP change, if it doesn't work, nothing will compile.

  • WebCore.gyp/WebCore.gyp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r106208 r106209  
     12012-01-29  Dale Curtis  <dalecurtis@chromium.org>
     2
     3        Prepare WebCore.gyp for ffmpeg source transition.
     4        https://bugs.webkit.org/show_bug.cgi?id=77254
     5
     6        We're migrating our ffmpeg repo from a set of patches living on top of
     7        a tarball to an actual git fork of upstream.  The paths have changed
     8        slightly.
     9
     10        In order to not break the current build, we'll keep both paths around
     11        until the transition is complete.  Afterward the 'patched-ffmpeg' path
     12        will be removed.
     13
     14        Reviewed by Tony Chang.
     15
     16        No new tests. GYP change, if it doesn't work, nothing will compile.
     17
     18        * WebCore.gyp/WebCore.gyp:
     19
    1202012-01-29  Hayato Ito  <hayato@chromium.org>
    221
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r106045 r106209  
    13791379            'include_dirs': [
    13801380              '<(chromium_src_dir)/third_party/ffmpeg/patched-ffmpeg',
     1381              '<(chromium_src_dir)/third_party/ffmpeg',
    13811382            ],
    13821383          },
Note: See TracChangeset for help on using the changeset viewer.