similar to: Patch to compile libvorbis on Windows x64

Displaying 20 results from an estimated 500 matches similar to: "Patch to compile libvorbis on Windows x64"

2001 Jan 29
1
Mac OS X/Darwin patch for libvorbis
This is also pretty simple. Just a small patch to configure.in to set the right compiler flags and changes to os.h to (a) not have deeply nested ifdefs, making the file needlessly hard to read, (b) break up the sections by functionality and (c) don't assume that every non-Win32 has the floating versions of math library functions. -tim Index: configure.in
2000 Dec 25
2
Modification requests / question
Hello! 1. You should modify the 'vorbis_ftoi(f)' for the undefinied OS/compiler in the 'os.h' on this way: old: static int vorbis_ftoi(double f){ return (int)(f+.5); } new: #define vorbis_ftoi(f) ((int)(f+.5f)) Because in some cases we don't use this function, and the compiler writes many error messages. 2. Could you write a frequency and bitrate independent
2011 Jan 07
2
Idea to possibly improve flac?
On 1/7/2011 11:42 PM, J?rgen Vigdal wrote: > Hi Brian. > > I also agree with you on these points you mention. If you guys are familiar on how the piracy groups work on the internet, you are aware that they have "releases" with their names on it. In the piracy "scene", some groups are competing on getting the first release out, and could only be beaten by another group
2000 Nov 07
1
More BeOS woe
This one may be my fault.... I've put a temporary fix for libvorbis not linking, I altered libvorbis_la_LIBADD = to libvorbis_la_LIBADD = $(OGG_LIBS) in the makefile, hence the temporary and continued with the build. I'm now getting gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0.0\" -DHAVE_ALLOCA_H=1 - DHAVE_ALLOCA=1 -I. -I. -I../include
2020 Sep 10
1
AD-DC with DLZ using Bind9.16.x
I am using: Ubuntu Server 20.04.1 LTS Kernel 5.4.0-45-generic x86_x64 Samba 4.11.6-Ubuntu package Bind9.16.1-Ubuntu package I have been using Samba4 AD-DC with Bind 9 DLZ in production since beta4, upgraded several times. (Great product. Awesome Samba team!) Previously I have been installing Bind9 and Samba from source to get the "--with-dlopen" option. Since this option and the
2009 Jan 03
1
Crash with qemu: 5.2 host and 5.2 guest
Hi, I'm trying to install a CentOS 5.2 guest with virt-manager/qemu on a CentOS 5.2 system (X86_x64, 3ware 9650SE, 2 x Intel VT capable xeon cpus, 8 GB) Unfortunately I'm getting a crash in the guest install process. (see crash text below). Other systems are installing smoothely, even Windows xp, but the above combination won't install (5.2/5.2). What works well: CentOS 5.2 xen
2008 Apr 13
2
Testing my Flac x64 build
Hi! Because I'm currently running Vista x64 I thought I could try to do an x64 build of the Flac command line encoder. I used NAnt scripts instead of Visual Studio since Visual C++ Express 2008 doesn't support x64 builds (if anyone's interested, I can clean them up somewhat and send them to you). I took great care to use the exact same arguments for the compiler and linker as
2017 Jun 20
2
samba 4.4.14 breaks classic domain
I have several Samba 4.4.x servers (Solaris 11 x86_x64) in a samba classic domain. Samba patches are provided via the Oracle solaris package update system. The two domain controllers are running Samba 4.4.8. A few weeks ago I ran the latest package updates on a non-critical server, which brought it up to 4.4.13. All was OK as far as I could tell. This weekend I updated packages
2012 Nov 14
1
libxl: error: libxl_dm.c:1212:device_model_spawn_outcome: domain 1 device model: spawn failed (rc=-3) when creating VM using upstream qemu on Xen 4.2.
Hello, I''ve tested Xen 4.2 on CentOS 6.3(x86_x64) My goal is to connect to Windows VM on Xen 4.2 using SPICE client. Installation of Xen 4.2 was successful. Also creating Windows VM using qemu-dm and connecting to it using VNC are OK. But qemu-dm can''t support SPICE, so I installed upstream qemu. ( http://wiki.xen.org/wiki/QEMU_Upstream) I also installed spice-server and
2012 Nov 14
0
libxl: error: libxl_dm.c:1212:device_model_spawn_outcome: domain 1 device model: spawn failed (rc=-3
Hello, I've tested Xen 4.2 on CentOS 6.3(x86_x64) My goal is to connect to Windows VM on Xen 4.2 using SPICE client. Installation of Xen 4.2 was successful. Also creating Windows VM using qemu-dm and connecting to it using VNC are OK. But qemu-dm can't support SPICE, so I installed upstream qemu. (http://wiki.xen.org/wiki/QEMU_Upstream) I also installed spice-server and spice-protocol
2012 Nov 14
1
libxl: error: libxl_dm.c:1212:device_model_spawn_outcome: domain 1 device model: spawn failed (rc=-3
Hello, I've tested Xen 4.2 on CentOS 6.3(x86_x64) My goal is to connect to Windows VM on Xen 4.2 using SPICE client. Installation of Xen 4.2 was successful. Also creating Windows VM using qemu-dm and connecting to it using VNC are OK. But qemu-dm can't support SPICE, so I installed upstream qemu. (http://wiki.xen.org/wiki/QEMU_Upstream) I also installed spice-server and spice-protocol
2008 Nov 28
1
Crash with qemu install: 5.2 as host and 5.2 as guest
Hi, I'm trying to install a CentOS 5.2 guest with virt-manager/qemu on a CentOS 5.2 system (X86_x64, 3ware 9650SE, 2 x Intel VT capable xeon cpus, 8 GB) Unfortunately I'm getting a crash in the guest install process. Other systems are installing smoothely, even Windows xp, but the above combination won't install. What works, too: CentOS 5.2 xen unmodified (i.e. fully virtual) guest,
2017 Jun 21
0
samba 4.4.14 breaks classic domain
On Tue, 2017-06-20 at 17:23 -0400, Gaiseric Vandal via samba wrote: > I have several Samba 4.4.x servers (Solaris 11 x86_x64) in a samba > classic domain. Samba patches are provided via the Oracle solaris > package update system. > > > The two domain controllers are running Samba 4.4.8. > > > A few weeks ago I ran the latest package updates on a non-critical
2010 Mar 27
1
[RFC] GSoC 2010: Memory Compression for Virtualized Environments
Hi, I will be applying to GSoC 2010 under The Linux Foundation as mentoring organization (Virtualization working group). Below is the application for my planned project: "Memory Compression for Virtualized Environments" (according to LF template). I would be thankful for any comments/feedback. * Name Nitin Gupta * University / current enrollment University of Massachusetts Amherst
2010 Mar 27
1
[RFC] GSoC 2010: Memory Compression for Virtualized Environments
Hi, I will be applying to GSoC 2010 under The Linux Foundation as mentoring organization (Virtualization working group). Below is the application for my planned project: "Memory Compression for Virtualized Environments" (according to LF template). I would be thankful for any comments/feedback. * Name Nitin Gupta * University / current enrollment University of Massachusetts Amherst
2000 Dec 15
2
Ports
On Thu, 14 Dec 2000 10:06:39 +1100, Michael Smith wrote: >>I've done a port for OS/2 using Watcom C++, including a simple command line >>player based on vorbisfile_example.c, which can be downloaded from >>http://silk.apana.org.au/utils.html >>It'd be nice if my changes could be commited to CVS, should I just post >>patches here? > >Yes, unless
2001 Oct 27
3
vorbis won't compile as a Framework
When I tried to compile the vorbis module as a Framework, using ProjectBuilder, I got 1058 warnings (excess elements in scalar initializer, near initialization for ''psy_set0.toneatt', 'vorbis_ftoi' defined but not used, unused variable 'k', braces around scalar initializer, and so on) and 65 errors. Some examples of errors: ------- vorbis/lib/psytune.c: undefined
2017 Jun 21
2
samba 4.4.14 breaks classic domain
I increased the logging to 10 on the problem member server. Didn't see anything of interest. I did a packet capture on the PDC while typing " net rpc testjoin" from both the problem member server (4.4.14) and a working member server (4.4.13) e.g SMB: ----- SMB Header ----- SMB: SMB: CLIENT REQUEST SMB: Command code = 0x72 SMB:
2002 Jan 22
2
Peak value
Hi, While testing ReplayGain (so it could be related to a bug), I noticed the following gain comments for a file: RG_PEAK=1.71580 RG_RADIO=-7.91 dB RG_AUDIOPHILE=-6.72 dB I've never seen such a large peak. Not that I've looked much, nor have I analyzed the file further. I just thought I should mention it. :) The file is the track Board Burner by Mixmaster Mike, available at:
2009 Sep 08
1
3Ware 9650SE and XFS problems under Centos 5.3
Hello all, Came across my first real "problem" in all the years I've been using Linux today and I'm stumped for an answer. I've recently built a back-up server on top of Centos 5.3 using a 3Ware 9650SE 4 port SATA card and 4 x 1.5TB drives in a RAID 5 array. I went for the 3Ware card as it has driver support already so any kernel updates won't require me to rebuild the