summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-09-03 09:03:02 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-09-03 09:03:02 +0000
commit34623028703333de927758cdaef2e5869ae5c88c (patch)
treeeab3b17cab64069704bb4628928df0414e11e95c
parent1189d89f6551055dc7b7a7ca56656d0788984599 (diff)
downloadxine-lib-34623028703333de927758cdaef2e5869ae5c88c.tar.gz
xine-lib-34623028703333de927758cdaef2e5869ae5c88c.tar.bz2
Always add mmx & mlib sources into the dist
CVS patchset: 556 CVS date: 2001/09/03 09:03:02
-rw-r--r--src/libffmpeg/libavcodec/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am
index 7a428a106..915f13530 100644
--- a/src/libffmpeg/libavcodec/Makefile.am
+++ b/src/libffmpeg/libavcodec/Makefile.am
@@ -19,6 +19,9 @@ if HAVE_MLIB
mlib_modules = dsputil_mlib.c idct_mlib.c
endif
+EXTRA_DIST = mpegvideo_mmx.c sad_mmx.s dsputil_mmx.c idct_mmx.c \
+ dsputil_mlib.c idct_mlib.c
+
libavcodec_la_SOURCES = dsputil.c fdctref.c jfdctfst.c mpeg12.c \
utils.c rv10.c h263.c jrevdct.c \
common.c h263dec.c msmpeg4.c \