Subject: pkg/18682: mplayer doesn't compile on 1.5.3
To: None <gnats-bugs@gnats.netbsd.org>
From: None <wojtek@tensor.3miasto.net>
List: netbsd-bugs
Date: 10/17/2002 10:58:38
>Number: 18682
>Category: pkg
>Synopsis: mplayer doesn't compile on 1.5.3
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 17 10:59:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Wojciech Puchar
>Release: 1.5.3
>Organization:
TENSOR ap
>Environment:
NetBSD chylonia.3miasto.net 1.5.4_ALPHA NetBSD 1.5.4_ALPHA (local) #1: Thu Oct 17 05:06:16 CEST 2002 wojtek@chylonia.3miasto.net:/home/wojtek/kernel/local i386
>Description:
semicolon is missing in cpudetect.c
as this fragment is ifdef'ed by netbsd version it's never parsed on 1.6
and works
>How-To-Repeat:
>Fix:
--- cpudetect.c~ Thu Oct 17 19:49:15 2002
+++ cpudetect.c Thu Oct 17 19:55:29 2002
@@ -333,7 +333,7 @@
}
}
#else
- gCpuCaps.hasSSE = 0
+ gCpuCaps.hasSSE = 0;
mp_msg(MSGT_CPUDETECT,MSGL_WARN, "No OS support for SSE, disabling to be safe.\n" );
#endif
#elif defined(__linux__)
>Release-Note:
>Audit-Trail:
>Unformatted: