summaryrefslogtreecommitdiff
path: root/multimedia/libmatroska/patches/patch-aa
blob: 87333865564dcece983b09176ec11d58ad61a0f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-aa,v 1.2 2004/07/27 04:14:56 salo Exp $

--- test/mux/test8.cpp.orig	2004-07-09 23:05:36.000000000 +0200
+++ test/mux/test8.cpp	2004-07-27 05:57:12.000000000 +0200
@@ -273,7 +273,7 @@
 						} else if (EbmlId(*ElementLevel2) == KaxMuxingApp::ClassInfos.GlobalId) {
 							KaxMuxingApp *pApp = static_cast<KaxMuxingApp*>(ElementLevel2);
 							pApp->ReadData(aStream.I_O());
-#if !defined(__CYGWIN__) && !defined(__APPLE__) && !defined(__BEOS__)
+#if !defined(__CYGWIN__) && !defined(__APPLE__) && !defined(__BEOS__) && !defined(__NetBSD__)
 							wprintf(L"Muxing App : %ls\n", UTFstring(*pApp).c_str());
 #else
 							printf("Muxing App : %s\n", UTFstring(*pApp).c_str());
@@ -281,7 +281,7 @@
 						} else if (EbmlId(*ElementLevel2) == KaxWritingApp::ClassInfos.GlobalId) {
 							KaxWritingApp *pApp = static_cast<KaxWritingApp*>(ElementLevel2);
 							pApp->ReadData(aStream.I_O());
-#if !defined(__CYGWIN__) && !defined(__APPLE__) && !defined(__BEOS__)
+#if !defined(__CYGWIN__) && !defined(__APPLE__) && !defined(__BEOS__) && !defined(__NetBSD__)
 							wprintf(L"Writing App : %ls (éàôï)\n", UTFstring(*pApp).c_str());
 #else
 							printf("Writing App : %s (éàôï)\n", UTFstring(*pApp).c_str());
@@ -600,7 +600,7 @@
 											unsigned int Index4;
 											for (Index4 = 0; Index4<aDisplay.ListSize() ;Index4++) {
 												if (aDisplay[Index4]->Generic().GlobalId == KaxChapterString::ClassInfos.GlobalId) {
-#if !defined(__CYGWIN__) && !defined(__APPLE__) && !defined(__BEOS__)
+#if !defined(__CYGWIN__) && !defined(__APPLE__) && !defined(__BEOS__) && !defined(__NetBSD__)
 													wprintf(L"       Display \"%s\"\n", UTFstring(*static_cast<EbmlUnicodeString *>(aDisplay[Index4])).c_str() );
 #else
 													printf("       Display \"%s\"\n", UTFstring(*static_cast<EbmlUnicodeString *>(aDisplay[Index4])).c_str() );