diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-08-27 20:17:32 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-08-27 20:17:32 +0100 |
commit | 836efa98efe86a14eb8d82e19f3d2814dc09f749 (patch) | |
tree | 5b2130d7de26895db0b093c6f830a1374ea7e50f /media-video/ffmpeg/files | |
parent | profiles: Stable mask ffmpeg[chromium] and related system-ffmpeg flags (diff) | |
download | gentoo-836efa98efe86a14eb8d82e19f3d2814dc09f749.tar.gz gentoo-836efa98efe86a14eb8d82e19f3d2814dc09f749.tar.bz2 gentoo-836efa98efe86a14eb8d82e19f3d2814dc09f749.zip |
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
Diffstat (limited to 'media-video/ffmpeg/files')
-rw-r--r-- | media-video/ffmpeg/files/chromium.patch | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/media-video/ffmpeg/files/chromium.patch b/media-video/ffmpeg/files/chromium.patch index bc8b8d38698b..60a3e5d6cb99 100644 --- a/media-video/ffmpeg/files/chromium.patch +++ b/media-video/ffmpeg/files/chromium.patch @@ -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 |