2 # Automake Makefile template for mpeg2enc...
3 # Modified for distrobution with Cinelerra
5 noinst_LTLIBRARIES = libmpeg2enc.la
7 libmpeg2enc_la_CFLAGS =-I$(top_srcdir)/quicktime -I$(top_srcdir)/libmpeg3
9 libmpeg2enc_la_SOURCES = conform.c mpeg2enc.c putseq.c putpic.c puthdr.c putmpg.c \
10 putvlc.c putbits.c predict.c readpic.c writepic.c transfrm.c \
11 fdctref.c idct.c quantize.c ratectl.c stats.c \
12 global.h mpeg2enc.h vlc.h \
13 simd.h motion.c cpu_accel.c
16 libmpeg2enc_la_SOURCES += fdct_mmx.s fdctdata.c idct_mmx.s idctdata.c \
17 quant_mmx.s quantize_x86.c predict_mmx.s \
18 predcomp_mmxe.s predcomp_mmx.s
21 noinst_HEADERS = attributes.h \
33 libmpeg2enc_la_LIBADD=@PTHREAD_LIBS@ @LIBGETOPT_LIB@ $(LIBM_LIBS)
34 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)