You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libwebp: remove unneeded defines
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1695,7 +1695,6 @@ HEADERS_LIST="
|
|||||||
udplite_h
|
udplite_h
|
||||||
unistd_h
|
unistd_h
|
||||||
valgrind_valgrind_h
|
valgrind_valgrind_h
|
||||||
webp_mux_h
|
|
||||||
windows_h
|
windows_h
|
||||||
winsock2_h
|
winsock2_h
|
||||||
"
|
"
|
||||||
@@ -1898,7 +1897,6 @@ CONFIG_EXTRA="
|
|||||||
intrax8
|
intrax8
|
||||||
jpegtables
|
jpegtables
|
||||||
lgplv3
|
lgplv3
|
||||||
libwebp_anim
|
|
||||||
llauddsp
|
llauddsp
|
||||||
llviddsp
|
llviddsp
|
||||||
lpc
|
lpc
|
||||||
|
@@ -27,9 +27,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "libwebpenc_common.h"
|
#include "libwebpenc_common.h"
|
||||||
|
|
||||||
#if HAVE_WEBP_MUX_H
|
|
||||||
#include <webp/mux.h>
|
#include <webp/mux.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct LibWebPAnimContext {
|
typedef struct LibWebPAnimContext {
|
||||||
LibWebPContextCommon cc;
|
LibWebPContextCommon cc;
|
||||||
|
Reference in New Issue
Block a user