this is a better way

Original commit message from CVS:
this is a better way
This commit is contained in:
Thomas Vander Stichele 2003-01-16 17:13:00 +00:00
parent c74ac58b85
commit 92271a07d6

View file

@ -7,16 +7,18 @@ else
FFMPEG_DIR=
endif
# patch it up
all-am: Makefile patches
# patch it up before descending into dirs
all-recursive: patches
# ignore failures on patching
# ignore failures on rm
PATCHES = patch/function.patch
patches:
@echo -n Patching ffmpeg if necessary ...
@patch -p0 -N -r rejects < patch/function.patch > /dev/null || true
@rm -f rejects || true
@echo done.
SUBDIRS = $(FFMPEG_DIR)