-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alberto Ruiz
committed
Feb 22, 2023
1 parent
c80df7a
commit 0dcbc1e
Showing
4 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
/* GdkPixbuf library - WebP Image Loader | ||
* | ||
* SPDX-License-Identifier: LGPL-2.0-or-later | ||
* Copyright (C) 2021 Alan Hawrelak | ||
* Copyright (C) 2022 Alberto Ruiz | ||
* | ||
* Authors: Alan Hawrelak <[email protected]> | ||
* Alberto Ruiz <[email protected]> | ||
*/ | ||
|
||
#include "io-webp-anim.h" | ||
|
||
#include <webp/decode.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
/* GdkPixbuf library - WebP Image Loader | ||
* | ||
* SPDX-License-Identifier: LGPL-2.0-or-later | ||
* Copyright (C) 2021 Alan Hawrelak | ||
* Copyright (C) 2022 Alberto Ruiz | ||
* | ||
* Authors: Alan Hawrelak <[email protected]> | ||
* Alberto Ruiz <[email protected]> | ||
*/ | ||
|
||
#include "io-webp-anim.h" | ||
|
||
#include <webp/decode.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
/* GdkPixbuf library - WebP Image Loader | ||
* | ||
* SPDX-License-Identifier: LGPL-2.0-or-later | ||
* Copyright (C) 2021 Alan Hawrelak | ||
* Copyright (C) 2022 Alberto Ruiz | ||
* | ||
* Authors: Alan Hawrelak <[email protected]> | ||
* Alberto Ruiz <[email protected]> | ||
*/ | ||
|
||
#ifndef __IO_WEBP_ANIM_H__ | ||
#define __IO_WEBP_ANIM_H__ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters