mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-17 06:19:54 +02:00
Merge "WIP: list includes as descendants of the project dir"
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "./vp8i_enc.h"
|
||||
#include "../dsp/yuv.h"
|
||||
#include "src/enc/vp8i_enc.h"
|
||||
#include "src/dsp/yuv.h"
|
||||
|
||||
static WEBP_INLINE uint32_t MakeARGB32(int r, int g, int b) {
|
||||
return (0xff000000u | (r << 16) | (g << 8) | b);
|
||||
|
Reference in New Issue
Block a user