diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-21 13:06:33 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-21 17:30:31 +0100 |
commit | d7bc33b5bfc4174e7190dd56e981ae7287b7a258 (patch) | |
tree | 96390f4ac8f93acdfd804deca8fff0e8cd34c374 /distro-configs | |
parent | 87cdb3e51f90267be77d535b3acd368bad2f5999 (diff) |
Keep GUI with --enable-avmedia and --disable-gui
So I thought I could come up with a rich MediaItem and can get
rid of all the GUI elements. But all the still needed features
require a MediaWindow. Probably not for real, but there are
multiple levels of createPlayer (some static) in MediaWindow
and priv::MediaWindowImpl.
Untangling this will require more time, so just return to the old
--disable-gui state with actually keeping all the GUI elements.
Regression from commit f9e79a91f15e10ededad0f103c4ffe0ca38fcb31
("Fix --disable-avmedia for DESKTOP build")...
Change-Id: I2b04459003d474cd3abf8b086f2f20f17274a7ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127226
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeOssFuzz.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/distro-configs/LibreOfficeOssFuzz.conf b/distro-configs/LibreOfficeOssFuzz.conf index 5b1d167dbc37..434452a673f0 100644 --- a/distro-configs/LibreOfficeOssFuzz.conf +++ b/distro-configs/LibreOfficeOssFuzz.conf @@ -2,7 +2,6 @@ --enable-ld=gold --disable-dynamic-loading --disable-runtime-optimizations ---disable-avmedia --disable-scripting --disable-cairo-canvas --disable-coinmp |