Skip to content

Commit

Permalink
add missing MATROSKA_DLL_API for KaxMatroska
Browse files Browse the repository at this point in the history
It will still need Matroska-Org/libebml#292 to compile properly on Windows.
  • Loading branch information
robUx4 committed Mar 4, 2024
1 parent f95e3aa commit 8a92f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KaxContexts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DEFINE_SEMANTIC_ITEM(true, true, EbmlHead)
DEFINE_SEMANTIC_ITEM(false, false, KaxSegment)
DEFINE_END_SEMANTIC(KaxMatroska)

DEFINE_MKX_CONTEXT(KaxMatroska)
MATROSKA_DLL_API DEFINE_MKX_CONTEXT(KaxMatroska)

// for the moment
const EbmlSemanticContextMaster & GetKaxGlobal_Context()
Expand Down

0 comments on commit 8a92f47

Please sign in to comment.