mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-video/ffmpeg: Add chromium include manually for easier patching
This makes the patch apply against any version. The include line will work just as well at the end of the Makefile. Package-Manager: Portage-2.3.8, Repoman-2.3.2
This commit is contained in:
@@ -302,6 +302,7 @@ src_prepare() {
|
||||
export revision=git-N-${FFMPEG_REVISION}
|
||||
fi
|
||||
default
|
||||
echo 'include $(SRC_PATH)/ffbuild/libffmpeg.mak' >> Makefile || die
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
|
||||
@@ -1,18 +1,9 @@
|
||||
Allow libffmpeg to be built for Chromium-based browsers
|
||||
https://patchwork.ffmpeg.org/patch/4500/
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 29870d7..1e267e7 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -65,6 +65,7 @@ all: all-yes
|
||||
|
||||
include $(SRC_PATH)/tools/Makefile
|
||||
include $(SRC_PATH)/ffbuild/common.mak
|
||||
+include $(SRC_PATH)/ffbuild/libffmpeg.mak
|
||||
|
||||
FF_EXTRALIBS := $(FFEXTRALIBS)
|
||||
FF_DEP_LIBS := $(DEP_LIBS)
|
||||
NOTE: This patch lacks the Makefile include line. We append it
|
||||
manually instead to make patching across different versions easier.
|
||||
|
||||
diff --git a/ffbuild/libffmpeg.mak b/ffbuild/libffmpeg.mak
|
||||
new file mode 100644
|
||||
index 0000000..992cf3c
|
||||
|
||||
Reference in New Issue
Block a user