mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
13 lines
343 B
Makefile
13 lines
343 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
|
|
|
|
EXTRA_DIST = avilib.h README.avilib
|