Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / libmpeg3 / video / Makefile.am
blob6a77e36e9d2d87c5eb9a8cc57d10aaad65cf0060
1 noinst_LTLIBRARIES = libmpeg3_video.la
2 libmpeg3_video_la_SOURCES = getpicture.c headers.c idct.c macroblocks.c mmxtest.c motion.c \
3         mpeg3cache.c \
4         mpeg3video.c \
5         output.c \
6         reconstruct.c \
7         seek.c \
8         slice.c \
9         subtitle.c \
10         vlc.c
12 if USEMMX32
13 libmpeg3_video_la_SOURCES += mmxidct.S reconmmx.s
14 else
15 libmpeg3_video_la_SOURCES +=
16 endif
18 noinst_HEADERS = idct.h \
19         layerdata.h \
20         mpeg3video.h \
21         mpeg3videoprotos.h \
22         slice.h \
23         vlc.h
25 libmpeg3_video_la_LDFLAGS=
26 AM_CFLAGS = $(CPU_CFLAGS) $(LARGEFILE_CFLAGS)
27 INCLUDES=-I$(srcdir)/..
29 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)