You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
270 B
Makefile

EXTRA_DIST = CMakeLists.txt
AM_CPPFLAGS = -I$(top_srcdir)/include
if HAVE_VISIBILITY
AM_CFLAGS = -fvisibility=hidden
endif
METASOURCES = AUTO
noinst_LIBRARIES = libmpcenc.a
libmpcenc_a_SOURCES = analy_filter.c bitstream.c encode_sv7.c huffsv7.c quant.c libmpcenc.h