Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@amirh
Copy link
Contributor

@amirh amirh commented Nov 14, 2017

DEPS Outdated
'fuchsia_git': 'https://fuchsia.googlesource.com',
'skia_git': 'https://skia.googlesource.com',
'github_git': 'https://github.com',
'libwebp_git': 'https://chromium.googlesource.com/webm',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://chromium.googlesource.com is already present in the var above. Please just use that var directly below.

DEPS Outdated
Var('skia_git') + '/third_party/libjpeg-turbo.git' + '@' + 'debddedc75850bcdeb8a57258572f48b802a4bb3',

'src/third_party/libwebp':
Var('libwebp_git') + '/libwebp.git' + '@' + '0.6.0',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Var('chromium_git') + '/webm/libwebp.git' + '@' + '0.6.0',

if (skCodec->getFrameCount() > 1) {
if (skCodec->getFrameCount() > 1
// Temporarily disable WebP animations due to:
// https://github.com/flutter/flutter/issues/13017
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a // TODO(amirh) here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I completely removed this as the Skia fix landed

tools/gn Outdated
gn_args['skia_use_dng_sdk'] = False # RAW image handling.
gn_args['skia_use_sfntly'] = False # PDF handling.
gn_args['skia_use_libwebp'] = False # Needs third_party/libwebp.
gn_args['skia_use_libwebp'] = True # WebP codec.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think you need this anymore.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@amirh amirh changed the title Enable WebP (animations are temporarily disabled). Enable WebP Nov 15, 2017
@amirh amirh merged commit 5afc1e2 into flutter:master Nov 16, 2017
@amirh amirh deleted the webp branch November 16, 2017 00:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for WebP

3 participants