similar to: can't find SDL_mixer

Displaying 20 results from an estimated 200 matches similar to: "can't find SDL_mixer"

2013 Jan 17
1
Configure can't find SDL (Sort of OT)
One last issue: I ran ./configure and got this: checking for Mix_OpenAudio in -lSDL_mixer... no *** SDL_mixer not found. Configuring without audio support. config.log says: configure:3145: checking for sdl-config configure:3180: checking for SDL - version >= 1.0.1 configure:3265: gcc -o conftest -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSDL -lpthread 1>&5
2004 Oct 13
1
Vorbis with SDL_mixer and mingw32
Hi, I've been trying to build a copy of libSDL_mixer under mingw32. The compile/link stage goes OK, but if I try and load an application that's been linked against SDL_mixer, I get a Windows error box with the following text: mixer1.exe: entry point not found The procedure entry point vorbis_synthesis_halfrate could not be located in the dynamic link library vorbis.dll. Are the .lib
2016 Jan 31
2
Shipping development files for mingw32
Hi, Is is possible to ship development files for MinGW32 like static libs and headers? I am particularly interested in libvorbisfile required to build Wesnoth on Windows. SDL2 provides a convenient distribution that I unpack and it works: https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz https://www.libsdl.org/projects/SDL_mixer/ But I can't find where I
2005 Jun 18
2
Yum repository info
Hi All Would like to know where I could find repo info to be able to install frozen-bubble and/or supertux please. Thanks in advance, Phil
2007 Sep 18
1
Running EQ2 under Wine locks my system... anyone else?
I'm trying to make a return to getting Everquest2 running under Wine, but I'm hampered at the moment by the fact that it hard-locks my system when it gets to the "Adding player to world..." stage. A few months back it would get this far and crash but now it absolutely locks up, mouse still moves but cannot click, other windows on screen (such as the one with "top"
2004 Apr 21
3
Streaming ogg from filepointer pointing to archive of many oggs. Ogg stream does not stop after end of one ogg file - what to do ?
Hello, I'm currently trying to implement streaming off ogg-files out of an archive file using SDL and SDL_mixer for playback. Therefore i create a FILE * filepointer, place it to the beginning of an ogg file inside the archive and hand over the filepointer to ov_open. ( command: ov_open(fp, &music->vf, NULL, 0) ). This works fine so far. The problem is: if i put many oggs together in
2004 Jun 18
1
Nvidia Driver and CentOS-3
Ok, Well I have narrowed it down to my mother board. It is a Biostar mother board with an NForce2 chipset. I have the Nvidia driver working on my home machine which is and Asus board with an NForce chipset running CentOS-3 and the Nvidia driver works fine. It has to be the NForce2 Chipset that is no good. I have tried updateing bios, Kernel and Xfree. There is just something with this
2002 Jul 24
4
redhat vorbis install
I hope I'm not being an idiot, but I'm attempting to install vorbis-1.0 RPMs on a few redhat machines and failing horribly. I'm in dependency hell. For starters, libao-0.8.3-1 requires libasound.so.2 (an alsa library?) which does not seem to be available in any recent redhat releases. Then vorbis-tools wants libcurl.so.2, which makes redhat 7.2 machines choke. Worst of all is
2004 Aug 12
3
Messing around with iptables
Hello all, I am messing around with iptables, trying to learn how it works so that I can build my self a router/firewall and mabey a VPN. Anyway I tried to use a command on my Desktop CentOS3 machine. "iptables -A INPUT -s 127.0.0.1 -p icmp -j DROP" now the command seems to have went through because I didn't get any errors, but when I go to ping 127.0.0.1 I am getting a response
2004 Jun 17
1
Re: NVIDIA on Linux
Hello scty library, I had huge problems with NVIDIA cards on Linux. The screen would go blank as soon as X tried to load. I only tried using the driver that came with CentOS. After lots of parts swapping, I found that the monitor (obviously) and (even) the motherboard make a difference. > If so what did you do about it. Finally, I gave up on NVIDIA cards -- I got a Voodoo Banshee
2010 Mar 02
0
VORBIS ALSA SDL playback problem
I'm using SDL on an ARM based board running Linux (Olimex-AT91SAM9261) . I successfully cross-compiled, installed and tested the libraries (SDL, SDL_mixer, libaudio, libvorbis, libvorbisfile etc.) on the system. The sound output is done thru ALSA (SDL_AUDIODRIVER=alsa). And the ogg file decoding thru libvorbis/libvorbisfile libraries. Now I'm trying to play ogg files. First I used the
2004 Aug 13
3
ssh problems
Here's another one for ya, I can ssh into my server from workstationB but when I try to ssh into workstationB from my server I get this error message. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone
2004 Apr 23
1
Fonts
Hello all, I have just installed Centos 3 and I can't help notices that the fonts are blurry. I have been using RH9 and then Fedora and the fonts there are fine, But Whitebox and Centos seem to be blurie. Can anyone tell if Cents has the Byte-code interpreter enabled in Freetype? Thanks all. --------------------------------- Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital
2004 Jun 16
1
Nvidia Drivers
When I load the latest driver from Nvidia in CentOS-3 the logon screen turn light gray and I can't log in. Has anyone else had this problem? If so what did you do about it. If I use the driver that comes with CentOS I don't have any problems. __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail
2016 Jan 31
0
Shipping development files for mingw32
On Sun, Jan 31, 2016 at 11:25 AM, anatoly techtonik <techtonik at gmail.com> wrote: > Hi, > > Is is possible to ship development files for MinGW32 > like static libs and headers? I am particularly interested > in libvorbisfile required to build Wesnoth on Windows. > SDL2 provides a convenient distribution that I unpack > and it works: > >
2004 Jun 24
1
Re: nVIDIA solution
Hey SCTV Library, Good work! (Is that your real name?) > The problem was the AGP driver, Not the Nvidia driver. I was wondering if you could help me write an informative FAQ for this. Here is what I have so far: The Nforce2 driver is part of the kernel-unsupported package (which must be installed separately). Set the Option "NvAGP" to "1". This tells the kernel to
2010 Nov 15
1
Best practice for encoding short sound effects
A video game has several short sound effects, many of them 0.1 to 0.5 seconds in length. Which lossy audio codec is most efficient for encoding waveforms this short? I'm working on an audio framework to replace SDL_mixer, which I didn't find as flexible as I'd like. I wrote a RIFF WAVE loader, a Vorbis file loader, and a streaming Vorbis file player. But when encoding samples for
2003 Aug 02
1
Cross Platform Mixers and LibAO
Hello Vorbis Developers. I'm in the proccess of writing an OggVorbis audio player using libao and libvorbisfile. I've greatly appreciated the simplicity of the API and good documentation with the souce of the libraries. I've descided that I really want a mixer on my player, and I'm unsure how to best go about it. LibAO (unless I'm absolutely blind) doesn't
2019 Jun 25
1
[Bug 110988] New: [NV49] Graphical issues on KDE desktop with GeForce 7950 GX2
https://bugs.freedesktop.org/show_bug.cgi?id=110988 Bug ID: 110988 Summary: [NV49] Graphical issues on KDE desktop with GeForce 7950 GX2 Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component:
2008 Apr 01
1
More information on GSoC project
hello everybody, I would like to participate in GSoC 2008 program under xiph.org. I went through the open project list[1] and found the project " Theora encoding support in GIMP" proposal interesting. I'd really grateful to you if you can give me more information on this, including 1. Why GIMP need encoding support? 2.If you have any guidance in integrating encoding support for GIMP