Skip to content
Snippets Groups Projects
Commit 4d4fca4b authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: ebml: remove forced exception handling


Introduced in 2012 for x86 Android builds. It should be enabled directly by
CMake when building on modern systems.

libmatroska also throws some exception and was always compiled without this flag.

(cherry picked from commit 107a97ce)

Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
parent b1baf270
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,7 @@ ebml: libebml-$(EBML_VERSION).tar.xz .sum-ebml
$(UNPACK)
$(MOVE)
# libebml requires exceptions
EBML_CXXFLAGS := $(CXXFLAGS) $(PIC) -fexceptions
.ebml: ebml toolchain.cmake
cd $< && $(HOSTVARS_PIC) CXXFLAGS="$(EBML_CXXFLAGS)" $(CMAKE) -DENABLE_WIN32_IO=OFF
cd $< && $(HOSTVARS_PIC) $(CMAKE) -DENABLE_WIN32_IO=OFF
cd $< && $(MAKE) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment