diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-03 17:03:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-03 17:03:22 +0000 |
commit | a0ee53c29ac8e6270e8591af658701914c7f1514 (patch) | |
tree | b9cf837b92d38a00691a5545a34e9add38adab1a /gst-libs/ext/ffmpeg/Makefile.am | |
parent | e0200a615302489327a1268e43b1364b0673a60c (diff) | |
download | gst-plugins-bad-a0ee53c29ac8e6270e8591af658701914c7f1514.tar.gz gst-plugins-bad-a0ee53c29ac8e6270e8591af658701914c7f1514.tar.bz2 gst-plugins-bad-a0ee53c29ac8e6270e8591af658701914c7f1514.zip |
some dist fixes
Original commit message from CVS:
some dist fixes
Diffstat (limited to 'gst-libs/ext/ffmpeg/Makefile.am')
-rw-r--r-- | gst-libs/ext/ffmpeg/Makefile.am | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index e264d24e..48fd2b34 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -1,9 +1,64 @@ REVISION = +# this doesn't trigger the distdir target in the ffmpeg checkout +DIST_SUBDIRS = + SUBDIRS = ffmpeg +DISTFILES = \ + ffmpeg/Changelog \ + ffmpeg/COPYING \ + ffmpeg/CREDITS \ + ffmpeg/INSTALL \ + ffmpeg/README \ + ffmpeg/VERSION \ + ffmpeg/config.mak \ + ffmpeg/configure \ + ffmpeg/Makefile \ + ffmpeg/cygwin_inttypes.h \ + ffmpeg/ffmpeg.c \ + ffmpeg/ffserver.c \ + ffmpeg/berrno.h \ + ffmpeg/libavcodec/alpha/*.c \ + ffmpeg/libavcodec/alpha/*.h \ + ffmpeg/libavcodec/alpha/*.S \ + ffmpeg/libavcodec/armv4l/*.c \ + ffmpeg/libavcodec/armv4l/*.S \ + ffmpeg/libavcodec/i386/*.c \ + ffmpeg/libavcodec/i386/*.h \ + ffmpeg/libavcodec/liba52/*.c \ + ffmpeg/libavcodec/liba52/*.h \ + ffmpeg/libavcodec/ppc/*.c \ + ffmpeg/libavcodec/ppc/*.h \ + ffmpeg/libavcodec/ps2/*.c \ + ffmpeg/libavcodec/ps2/*.h \ + ffmpeg/libavcodec/*.c \ + ffmpeg/libavcodec/*.h \ + ffmpeg/libavcodec/Makefile \ + ffmpeg/libavformat/*.c \ + ffmpeg/libavformat/*.h \ + ffmpeg/libavformat/Makefile \ + ffmpeg/tests/Makefile \ + ffmpeg/tests/*.c \ + ffmpeg/tests/*.ref \ + ffmpeg/tests/*.sh \ + ffmpeg/tests/test.conf \ + ffmpeg/vhook/*.c \ + ffmpeg/vhook/Makefile \ + Makefile.in + + checkout: cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg +# on running make install, make sure make has been run first install: cd ffmpeg && make + +# override recursive targets +dvi-recursive: + true +check-recursive: + true +installcheck-recursive: + true |