summaryrefslogtreecommitdiff
path: root/src/libffmpeg
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg')
-rw-r--r--src/libffmpeg/Makefile.am2
-rw-r--r--src/libffmpeg/libavcodec/Makefile.am4
-rw-r--r--src/libffmpeg/libavcodec/alpha/Makefile.am12
3 files changed, 17 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