summaryrefslogtreecommitdiff
path: root/www/chromium/files/extra-patch-fixup-ffmpeg
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/extra-patch-fixup-ffmpeg')
-rw-r--r--www/chromium/files/extra-patch-fixup-ffmpeg18
1 files changed, 0 insertions, 18 deletions
diff --git a/www/chromium/files/extra-patch-fixup-ffmpeg b/www/chromium/files/extra-patch-fixup-ffmpeg
deleted file mode 100644
index a9d61b97b76b..000000000000
--- a/www/chromium/files/extra-patch-fixup-ffmpeg
+++ /dev/null
@@ -1,18 +0,0 @@
---- third_party/ffmpeg/ffmpeg.gyp.orig 2014-10-27 20:27:40.000000000 +0100
-+++ third_party/ffmpeg/ffmpeg.gyp 2014-11-06 22:53:10.000000000 +0100
-@@ -213,6 +213,15 @@
- 'cflags!': [
- '-fno-omit-frame-pointer',
- ],
-+ # "Tomek" from freebsd-chromium@ figured this out, rene is
-+ # puzzled why this is needed. Fixes runtime on FreeBSD < 10
-+ 'cflags_c': [
-+ '-fomit-frame-pointer',
-+ ],
-+ 'cflags_cc': [
-+ '-fomit-frame-pointer',
-+ ],
-+ # back to upstream code
- 'debug_extra_cflags!': [
- '-fno-omit-frame-pointer',
- ],