Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gifcodec.c: Include copy of GifQuantizeBuffer function from giflib #575

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

akoeplinger
Copy link
Member

It was removed upstream so we need to include a copy of it.
The upstream code is licensed as MIT.

Fixes #546

It was removed upstream so we need to include a copy of it.
The upstream code is licensed as MIT.

Fixes mono#546
@akoeplinger akoeplinger merged commit 1c028b7 into mono:master Aug 1, 2019
@akoeplinger akoeplinger deleted the include-gifquantize branch August 1, 2019 15:08
buildroot-auto-update pushed a commit to buildroot/buildroot that referenced this pull request Feb 29, 2020
In newer version of giflib the GifQuantizeBuffer code was removed.

libgdiplus included the needed function by their own:
(mono/libgdiplus#575).

This patch will become obsolete once libgdiplus is bumped to version 6.x.

Fixes:
http://autobuild.buildroot.net/results/46c5cf068cf9ea50e53491870d9dbf3f134c8c22

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
buildroot-auto-update pushed a commit to buildroot/buildroot that referenced this pull request Mar 14, 2020
In newer version of giflib the GifQuantizeBuffer code was removed.

libgdiplus included the needed function by their own:
(mono/libgdiplus#575).

This patch will become obsolete once libgdiplus is bumped to version 6.x.

Fixes:
http://autobuild.buildroot.net/results/46c5cf068cf9ea50e53491870d9dbf3f134c8c22

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 3883517)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libgdiplus does not compile with giflib >= 5.1.9
2 participants