From 25902be41ef34a9c332cee4e337417bc65d72c39 Mon Sep 17 00:00:00 2001 From: grzegol Date: Tue, 20 Jan 2004 21:40:54 +0000 Subject: [PATCH] - define MATROSKA_VERSION 2 to enable more features needed by mplayer Changed files: libmatroska-version_define.patch -> 1.1 --- libmatroska-version_define.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libmatroska-version_define.patch 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 + + -- 2.44.0