This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
libwebp: remove unneeded defines
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n2.7
James Almer
10 years ago
parent
02cf59f3a6
commit
98be2d94ea
2 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
configure
+0
-2
libavcodec/libwebpenc_animencoder.c
+ 0
- 2
configure
View File
@@ -1695,7 +1695,6 @@ HEADERS_LIST="
udplite_h
unistd_h
valgrind_valgrind_h
webp_mux_h
windows_h
winsock2_h
"
@@ -1898,7 +1897,6 @@ CONFIG_EXTRA="
intrax8
jpegtables
lgplv3
libwebp_anim
llauddsp
llviddsp
lpc
+ 0
- 2
libavcodec/libwebpenc_animencoder.c
View File
@@ -27,9 +27,7 @@
#include "config.h"
#include "libwebpenc_common.h"
#if HAVE_WEBP_MUX_H
#include <webp/mux.h>
#endif
typedef struct LibWebPAnimContext {
LibWebPContextCommon cc;
Write
Preview
Loading…
Cancel
Save