mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-20 07:49:56 +02:00
Enable lossless encoder code
Remove USE_LOSSLESS_ENCODER compile flag Update Makefile.am and makefile.unix Change-Id: If7080c4d8f37994c7c784730c5e547bb0a851455
This commit is contained in:
@ -12,9 +12,12 @@ libwebputils_la_SOURCES += filters.c
|
||||
libwebputils_la_SOURCES += filters.h
|
||||
libwebputils_la_SOURCES += huffman.c
|
||||
libwebputils_la_SOURCES += huffman.h
|
||||
libwebputils_la_SOURCES += huffman_encode.c
|
||||
libwebputils_la_SOURCES += huffman_encode.h
|
||||
libwebputils_la_SOURCES += quant_levels.c
|
||||
libwebputils_la_SOURCES += quant_levels.h
|
||||
libwebputils_la_SOURCES += rescaler.c
|
||||
libwebputils_la_SOURCES += rescaler.h
|
||||
libwebputils_la_SOURCES += thread.c
|
||||
libwebputils_la_SOURCES += thread.h
|
||||
|
||||
|
Reference in New Issue
Block a user