r553: Modern gccs require __attribute__((used)) for variables used only in assembly.
[cinelerra_cv/mob.git] / libmpeg3 / video / Makefile.am
blob49eb174bbbf50bb9c5e8c58487c943c7f3a9e378
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=
18 AM_CFLAGS = $(CPU_CFLAGS) $(LARGEFILE_CFLAGS)
19 INCLUDES=-I$(srcdir)/..
21 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)