mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 05:49:51 +02:00
dsp/enc*.c: rework WEBP_USE_<arch> ifdef
add a dummy init rather than repeating the '#ifdef WEBP_USE_...' pattern. Change-Id: I0cf40b500f9b3eed55a3211213db180c7c0dd43b
This commit is contained in:
@ -20,5 +20,5 @@
|
||||
|
||||
extern void VP8EncDspInitAVX2(void);
|
||||
|
||||
void VP8EncDspInitAVX2(void) {
|
||||
WEBP_TSAN_IGNORE_FUNCTION void VP8EncDspInitAVX2(void) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user