You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
478 B
17 lines
478 B
|
|
bin_PROGRAMS = acceleration_speed
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libde265 -I$(top_srcdir)
|
|
|
|
acceleration_speed_DEPENDENCIES = ../libde265/libde265.la
|
|
acceleration_speed_CXXFLAGS =
|
|
acceleration_speed_LDFLAGS =
|
|
acceleration_speed_LDADD = ../libde265/libde265.la -lstdc++
|
|
acceleration_speed_SOURCES = \
|
|
acceleration-speed.cc acceleration-speed.h \
|
|
dct.cc dct.h \
|
|
dct-scalar.cc dct-scalar.h
|
|
|
|
if ENABLE_SSE_OPT
|
|
acceleration_speed_SOURCES += dct-sse.cc
|
|
endif
|
|
|