mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-14 21:09:55 +02:00
mux.h does NOT need to include encode.h
It was needed earlier for WebPAnimEncoder API when it was using structs like WebPConfig, but it only uses pointers to those now. Change-Id: Ic0c144966421c678e8ef54b3fa81574bb2c9cd08
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
|
||||
#include "../utils/utils.h"
|
||||
#include "../webp/decode.h"
|
||||
#include "../webp/encode.h"
|
||||
#include "../webp/format_constants.h"
|
||||
#include "../webp/mux.h"
|
||||
|
||||
|
Reference in New Issue
Block a user