Skip to content

Commit

Permalink
libebml: Enable shared libraries
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Hains authored and kraj committed Nov 15, 2023
1 parent 9905fa0 commit 237ce29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta-multimedia/recipes-mkv/libebml/libebml_1.4.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 237ce29

Please sign in to comment.