mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
this is a better way
Original commit message from CVS: this is a better way
This commit is contained in:
parent
c74ac58b85
commit
92271a07d6
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue