diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2022-02-10 08:58:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-10 08:58:39 +0700 |
commit | f07d81dd9b3499188ed284234da25cb8c982485b (patch) | |
tree | 5ca4634773a06eb03d3f7cb70d9b9c701433b8af /libraries/libebml/README | |
parent | 8257aab13599da30b0060142f42bda9f1f3cee71 (diff) |
libraries/libebml: Updated for version 1.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libebml/README')
-rw-r--r-- | libraries/libebml/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/libebml/README b/libraries/libebml/README index 429af8b8e1b1e..c2a9887a6a972 100644 --- a/libraries/libebml/README +++ b/libraries/libebml/README @@ -1,6 +1,3 @@ libebml is a C++ libary to parse EBML files. EBML (Extensible Binary Meta-Language library) is a simple XML like binary language for describing data in structured style. - -Interested parties can build static libs by passing STATICLIB=yes to the -script. |