From: grzegol Date: Tue, 20 Jan 2004 21:40:54 +0000 (+0000) Subject: - define MATROSKA_VERSION 2 to enable more features needed by mplayer X-Git-Tag: auto/ac/libmatroska-0_6_3-2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fac%2Flibmatroska-0_6_3-2;p=packages%2Flibmatroska.git - define MATROSKA_VERSION 2 to enable more features needed by mplayer Changed files: libmatroska-version_define.patch -> 1.1 --- diff --git a/libmatroska-version_define.patch b/libmatroska-version_define.patch new file mode 100644 index 0000000..4a1b4fb --- /dev/null +++ b/libmatroska-version_define.patch @@ -0,0 +1,12 @@ +diff -urN aa/libmatroska-0.6.3/matroska/KaxConfig.h libmatroska-0.6.3/matroska/KaxConfig.h +--- aa/libmatroska-0.6.3/matroska/KaxConfig.h 2004-01-17 22:40:47.000000000 +0100 ++++ libmatroska-0.6.3/matroska/KaxConfig.h 2004-01-20 22:29:19.081253392 +0100 +@@ -78,7 +78,7 @@ + #endif + + #if !defined(MATROSKA_VERSION) +-#define MATROSKA_VERSION 1 ++#define MATROSKA_VERSION 2 + #endif // MATROSKA_VERSION + +