mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
Merge "Makefile.am: cosmetics"
This commit is contained in:
@ -1,14 +1,23 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
noinst_LTLIBRARIES = libwebpdsp.la
|
||||
|
||||
libwebpdsp_la_SOURCES =
|
||||
libwebpdsp_la_SOURCES += cpu.c
|
||||
libwebpdsp_la_SOURCES += dec.c
|
||||
libwebpdsp_la_SOURCES += dec_neon.c
|
||||
libwebpdsp_la_SOURCES += dec_sse2.c
|
||||
libwebpdsp_la_SOURCES += dsp.h
|
||||
libwebpdsp_la_SOURCES += enc.c
|
||||
libwebpdsp_la_SOURCES += enc_sse2.c
|
||||
libwebpdsp_la_SOURCES += lossless.c
|
||||
libwebpdsp_la_SOURCES += lossless.h
|
||||
libwebpdsp_la_SOURCES += upsampling.c
|
||||
libwebpdsp_la_SOURCES += upsampling_sse2.c
|
||||
libwebpdsp_la_SOURCES += yuv.c
|
||||
libwebpdsp_la_SOURCES += yuv.h
|
||||
|
||||
libwebpdspinclude_HEADERS = ../webp/types.h
|
||||
|
||||
libwebpdsp_la_SOURCES = dsp.h cpu.c \
|
||||
enc.c enc_sse2.c \
|
||||
dec.c dec_sse2.c dec_neon.c \
|
||||
lossless.h lossless.c \
|
||||
upsampling.c upsampling_sse2.c \
|
||||
yuv.h yuv.c
|
||||
libwebpdsp_la_LDFLAGS = -lm
|
||||
libwebpdsp_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
libwebpdspinclude_HEADERS = ../webp/types.h
|
||||
libwebpdspincludedir = $(includedir)/webp
|
||||
|
||||
noinst_LTLIBRARIES = libwebpdsp.la
|
||||
|
Reference in New Issue
Block a user