patch ffmpeg
Original commit message from CVS: patch ffmpeg
This commit is contained in:
parent
5f3ceac531
commit
c079cc492b
@ -7,9 +7,22 @@ else
|
|||||||
FFMPEG_DIR=
|
FFMPEG_DIR=
|
||||||
endif
|
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)
|
SUBDIRS = $(FFMPEG_DIR)
|
||||||
|
|
||||||
DISTFILES = \
|
DISTFILES = \
|
||||||
|
$(PATCHES) \
|
||||||
Tag \
|
Tag \
|
||||||
ffmpeg/CVS/Tag \
|
ffmpeg/CVS/Tag \
|
||||||
ffmpeg/Changelog \
|
ffmpeg/Changelog \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user