this is a better way
Original commit message from CVS: this is a better way
This commit is contained in:
parent
4a12705c0b
commit
84d70c0bcb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user