2002-12-27 16:24:01 +00:00
|
|
|
REVISION =
|
|
|
|
|
2003-01-03 17:03:22 +00:00
|
|
|
# this doesn't trigger the distdir target in the ffmpeg checkout
|
|
|
|
DIST_SUBDIRS =
|
|
|
|
|
2002-12-27 16:24:01 +00:00
|
|
|
SUBDIRS = ffmpeg
|
|
|
|
|
2003-01-03 17:03:22 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|
2002-12-27 16:24:01 +00:00
|
|
|
checkout:
|
|
|
|
cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg
|
|
|
|
|
2003-01-03 17:03:22 +00:00
|
|
|
# on running make install, make sure make has been run first
|
2002-12-27 16:24:01 +00:00
|
|
|
install:
|
2002-12-30 12:41:03 +00:00
|
|
|
cd ffmpeg && make
|
2003-01-03 17:03:22 +00:00
|
|
|
|
|
|
|
# override recursive targets
|
|
|
|
dvi-recursive:
|
|
|
|
true
|
|
|
|
check-recursive:
|
|
|
|
true
|
|
|
|
installcheck-recursive:
|
|
|
|
true
|