summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-06-22 00:20:12 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-06-22 00:20:12 +0000
commite484c8e649bd8dbd42da2d4641cd9250626afabf (patch)
tree8a4e332f8512343b6bdde5bea09cf8a7b428e908 /src
parent172a84d33e8d0f3f9c545eff32a222f0674c2609 (diff)
downloadxine-lib-e484c8e649bd8dbd42da2d4641cd9250626afabf.tar.gz
xine-lib-e484c8e649bd8dbd42da2d4641cd9250626afabf.tar.bz2
Fix missing files in tarball problem.
CVS patchset: 2123 CVS date: 2002/06/22 00:20:12
Diffstat (limited to 'src')
-rw-r--r--src/libffmpeg/Makefile.am2
-rw-r--r--src/libffmpeg/libavcodec/Makefile.am4
-rw-r--r--src/libffmpeg/libavcodec/alpha/Makefile.am12
-rw-r--r--src/libmad/Makefile.am2
-rw-r--r--src/libxinevdec/Makefile.am2
5 files changed, 21 insertions, 1 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am
index e2e528356..10d1a3f9f 100644
--- a/src/libffmpeg/Makefile.am
+++ b/src/libffmpeg/Makefile.am
@@ -4,6 +4,8 @@
SUBDIRS = libavcodec
+EXTRA_DIST = diff_to_ffmpeg_cvs.txt
+
LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
libdir = $(XINE_PLUGINDIR)
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am
index 0fcae49fb..8e6a86555 100644
--- a/src/libffmpeg/libavcodec/Makefile.am
+++ b/src/libffmpeg/libavcodec/Makefile.am
@@ -2,7 +2,9 @@
## Process this file with automake to produce Makefile.in
##
-SUBDIRS = armv4l i386 mlib
+SUBDIRS = armv4l i386 mlib alpha
+
+EXTRA_DIST = fdctref.c imgresample.c
#CFLAGS = -D_FILE_OFFSET_BITS=64 @CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H
diff --git a/src/libffmpeg/libavcodec/alpha/Makefile.am b/src/libffmpeg/libavcodec/alpha/Makefile.am
new file mode 100644
index 000000000..8f8a80afa
--- /dev/null
+++ b/src/libffmpeg/libavcodec/alpha/Makefile.am
@@ -0,0 +1,12 @@
+EXTRA_DIST = asm.h dsputil_alpha.c mpegvideo_alpha.c pixops.h
+
+debug:
+install-debug:
+
+mostlyclean-generic:
+ -rm -f *~ \#* .*~ .\#*
+
+maintainer-clean-generic:
+ -@echo "This command is intended for maintainers to use;"
+ -@echo "it deletes files that may require special tools to rebuild."
+ -rm -f Makefile.in
diff --git a/src/libmad/Makefile.am b/src/libmad/Makefile.am
index 87d75a4a0..e2b0c642d 100644
--- a/src/libmad/Makefile.am
+++ b/src/libmad/Makefile.am
@@ -1,5 +1,7 @@
CFLAGS = @CFLAGS@ -DOPT_SPEED
+EXTRA_DIST = imdct_l_arm.S
+
LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
libdir = $(XINE_PLUGINDIR)
diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am
index 59c03fd7d..1c517aa19 100644
--- a/src/libxinevdec/Makefile.am
+++ b/src/libxinevdec/Makefile.am
@@ -1,6 +1,8 @@
CFLAGS = @CFLAGS@
DEBUG_CFLAGS = @DEBUG_CFLAGS@
+EXTRA_DIST = foovideo.c
+
LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
libdir = $(XINE_PLUGINDIR)