mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
this is a better way
Original commit message from CVS: this is a better way
This commit is contained in:
parent
4a12705c0b
commit
84d70c0bcb
1 changed files with 4 additions and 2 deletions
|
@ -7,16 +7,18 @@ else
|
||||||
FFMPEG_DIR=
|
FFMPEG_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# patch it up
|
# patch it up before descending into dirs
|
||||||
all-am: Makefile patches
|
all-recursive: patches
|
||||||
|
|
||||||
# ignore failures on patching
|
# ignore failures on patching
|
||||||
# ignore failures on rm
|
# ignore failures on rm
|
||||||
PATCHES = patch/function.patch
|
PATCHES = patch/function.patch
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
|
@echo -n Patching ffmpeg if necessary ...
|
||||||
@patch -p0 -N -r rejects < patch/function.patch > /dev/null || true
|
@patch -p0 -N -r rejects < patch/function.patch > /dev/null || true
|
||||||
@rm -f rejects || true
|
@rm -f rejects || true
|
||||||
|
@echo done.
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS = $(FFMPEG_DIR)
|
SUBDIRS = $(FFMPEG_DIR)
|
||||||
|
|
Loading…
Reference in a new issue