r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git] / hvirtual / libmpeg3 / video / Makefile.am
blob2ea5bdc07526b9c7755ce4e2731c8c9df6a4d1ae
1 noinst_LTLIBRARIES = libmpeg3_video.la
2 libmpeg3_video_la_SOURCES = getpicture.c headers.c idct.c macroblocks.c mmxtest.c motion.c \
3                                                                                                                 mpeg3video.c output.c reconstruct.c seek.c slice.c vlc.c 
4 if USEMMX
5 libmpeg3_video_la_SOURCES += mmxidct.S reconmmx.s
6 else
7 libmpeg3_video_la_SOURCES +=
8 endif
10 noinst_HEADERS = idct.h \
11         layerdata.h \
12         mpeg3video.h \
13         mpeg3videoprotos.h \
14         slice.h \
15         vlc.h
17 libmpeg3_video_la_LDFLAGS=-static
18 AM_CFLAGS = $(CPU_CFLAGS) $(LARGEFILE_CFLAGS)
19 INCLUDES=-I$(srcdir)/..
21 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)