libebml: Enable shared libraries

To fix build Gerbera, as:

  /usr/src/debug/libmatroska/1.7.1-r0/src/KaxBlock.cpp:538:(.text+0x4144):
  undefined reference to `libebml::SafeReadIOCallback::EndOfStreamX::EndOfStreamX(unsigned int)'

Signed-off-by: Hains van den Bosch <hvdbosch@cybercomm.nl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hains van den Bosch 2023-11-15 13:23:26 +01:00 committed by Khem Raj
parent 9905fa07c4
commit 237ce297fa
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -10,6 +10,5 @@ S = "${WORKDIR}/git"
inherit pkgconfig cmake dos2unix
#Static library enabled by default. It has been added in case you want to use it dynamically.
#EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"