mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
patch ffmpeg
Original commit message from CVS: patch ffmpeg
This commit is contained in:
parent
ea4324c6e0
commit
4a12705c0b
1 changed files with 13 additions and 0 deletions
|
@ -7,9 +7,22 @@ else
|
|||
FFMPEG_DIR=
|
||||
endif
|
||||
|
||||
# patch it up
|
||||
all-am: Makefile patches
|
||||
|
||||
# ignore failures on patching
|
||||
# ignore failures on rm
|
||||
PATCHES = patch/function.patch
|
||||
|
||||
patches:
|
||||
@patch -p0 -N -r rejects < patch/function.patch > /dev/null || true
|
||||
@rm -f rejects || true
|
||||
|
||||
|
||||
SUBDIRS = $(FFMPEG_DIR)
|
||||
|
||||
DISTFILES = \
|
||||
$(PATCHES) \
|
||||
Tag \
|
||||
ffmpeg/CVS/Tag \
|
||||
ffmpeg/Changelog \
|
||||
|
|
Loading…
Reference in a new issue