r563: Ogg theora+vorbis export added
[cinelerra_cv/mob.git] / quicktime / encore50 / Makefile.am
blobf7a415b91540241fdf8617c35b009a2631840823
1 noinst_LTLIBRARIES = libencore.la
2 AM_CFLAGS = $(LARGEFILE_CFLAGS) $(CPU_CFLAGS)
3 libencore_la_LDFLAGS =
4 libencore_la_LIBADD = 
5 libencore_la_SOURCES = bitstream.c encore.c mom_access.c mom_util.c mot_code.c mot_est_comp.c mot_est_mb.c mot_util.c putvlc.c rate_ctl.c text_bits.c text_code.c text_code_mb.c text_dct.c vop_code.c
7 noinst_HEADERS = bitstream.h \
8         encore.h \
9         max_level.h \
10         mom_access.h \
11         mom_structs.h \
12         mom_util.h \
13         momusys.h \
14         mot_code.h \
15         mot_est_comp.h \
16         mot_est_mb.h \
17         mot_util.h \
18         non_unix.h \
19         putvlc.h \
20         rate_ctl.h \
21         text_bits.h \
22         text_code.h \
23         text_code_mb.h \
24         text_dct.h \
25         text_defs.h \
26         vlc.h \
27         vm_common_defs.h \
28         vm_enc_defs.h \
29         vop_code.h \
30         zigzag.h
31         
33 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)