mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
13 lines
349 B
Makefile
13 lines
349 B
Makefile
# # Process this file with automake to produce Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = 1.3 foreign
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/common
|
|
|
|
noinst_LIBRARIES = libavi.a
|
|
|
|
CFLAGS=@CFLAGS@ -O3 -funroll-loops -ffast-math -DLINUX -Wall
|
|
libavi_a_SOURCES = avilib.c avidump.c avimisc.c xio.c
|
|
|
|
EXTRA_DIST = avilib.h README.avilib
|