fix plugins using libcolors
[cinelerra_cv/ct.git] / mpeg2enc / Makefile.am
blob4979905b1994766d8e241b202d77ad8799fa0ea3
2 # Automake Makefile template for mpeg2enc...
3 # Modified for distrobution with Cinelerra
5 noinst_LTLIBRARIES = libmpeg2enc.la
7 INCLUDES = -I$(top_srcdir)/quicktime -I$(top_srcdir)/libmpeg3
8 AM_CFLAGS = $(LARGEFILE_CFLAGS)
10 libmpeg2enc_la_SOURCES = conform.c mpeg2enc.c putseq.c putpic.c puthdr.c putmpg.c \
11          putvlc.c putbits.c predict.c readpic.c writepic.c transfrm.c \
12         fdctref.c idct.c quantize.c ratectl.c stats.c \
13         global.h mpeg2enc.h vlc.h \
14         simd.h motion.c cpu_accel.c
16 if USEMMX
17 libmpeg2enc_la_SOURCES +=     fdct_mmx.s fdctdata.c idct_mmx.s idctdata.c \
18     quant_mmx.s quantize_x86.c predict_mmx.s \
19     predcomp_mmxe.s predcomp_mmx.s
20 endif
22 noinst_HEADERS = attributes.h \
23         config.h \
24         cpu_accel.h \
25         fastintfns.h \
26         global.h \
27         mmx.h \
28         mpeg2enc.h \
29         mtable.h \
30         putbits.h \
31         simd.h \
32         vlc.h
34 libmpeg2enc_la_LIBADD=$(LIBM_LIBS)
35 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)