Displaying 20 results from an estimated 600 matches similar to: "VORBIS ALSA SDL playback problem"
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 Jun 21
2
libao NAS compilation and playback issues
I saw that libao has a NAS plugin and wanted to try it out, especially
with ogg123. However, I had/have several problems. My platform is
Solaris 9/SPARC 12/02, NAS 1.6, libao 0.8.5, curl 7.10.8, libogg 1.1,
libvorbis 1.0.1, and vorbis-tools 1.0.1.
PROBLEM ONE:
------------
I had to specify LDFLAGS="-lXt -lsocket -lm" before running ./configure
with "--enable-nas" in order
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
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
can't find SDL_mixer
Hello all,
I just installed SDL_mixer-1.2.4-9.rpm and I can see
all the files in /usr/lib. I can also see them listed
in ld.so.conf but when I run a .configure in supertux
I get an error
checking for Mix_OpenAudio in -lSDL_mixer... no
configure: error: SDL_mixer library required
what am I doing wrong.
Any info or education is welcome.
Thanks all
Dominic Iadicicco
P.S can't
2009 Oct 23
3
can't "yum install mplayer" : no libmpcdec.so.3 available
Just upgraded to 5.4 yesterday morning. (Kudos to those who did that!)
That's probably irrelevant to this problem:
"yum install mplayer" fails. Here's what happens:
==================================================
# yum install mplayer
Loaded plugins: fastestmirror, filter-data, kernel-module, keys, kmod, list-
: data, merge-conf, security, upgrade-helper,
2018 Oct 30
0
issue on Debian with tinc 1.0.34
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hello
I have an issue with tinc 1.0.34 on Debian, but same tinc version in OpenWRT work well.
I have a tinc with config file like this:
/etc/tinc/err404/hosts/lime-up -rwxr-x--- 1 root root
but it's not **executed every time** when tinc become up (yes I can use tinc-up directly, and tinc-up work well)
uname:
Linux lime2 4.14.70-sunxi #265
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
2007 Oct 09
2
Recommended Packages document
Fresh install of Debian Etch. Before I install wine (from winehq), I'd like
to double check something about the following document. I've only included
the portion refering to Debian.
http://wiki.winehq.org/Recommended_Packages
The document was last edited 2007-10-07 15:26:02.
My question is about the last comment about freeglut3-dev. Still required or
not, would there be any problems if I
2020 Apr 03
0
[PATCH v2 03/17] drm: Nuke mode->vrefresh
Hi Ville,
Thank you for the patch.
On Fri, Apr 03, 2020 at 11:39:54PM +0300, Ville Syrjala wrote:
> From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
>
> Get rid of mode->vrefresh and just calculate it on demand. Saves
> a bit of space and avoids the cached value getting out of sync
> with reality.
>
> Mostly done with cocci, with the following manual fixups:
2010 Aug 20
0
libvirt support spice protocol
Hi,everyone,
there is a problem with libvirt support spice protocol.
i use the following patch file,but it seems not success.anyone have an idea
about that?
thanks.
patch file:
This adds an element
<graphics type='spice' port='5903' tlsPort='5904' listen='127.0.0.1'/>
This is the bare minimum that should be exposed in the guest
config for SPICE. Other
2015 Jul 04
3
Gracefully powering off system in case of power failure
Hi
I am using the system as shown below.
*********************************
[root at localhost sbin]# cat /etc/*release
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphi
cs-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Red Hat Enterprise Linux Server release 6.5 (Santiago)
[root at
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
2008 Sep 17
1
Problems when attempting to build wine from source on Ubuntu
I am trying to build Wine from source on an X64 Hardy Ubuntu system in order to do some regression testing. I am having trouble however to build the dependencies for that.
I already did these a while ago, but I re-applied just in case the instructions from this page for the apt repository http://www.winehq.org/site/download-deb. I constantly get this error:
xavier at Xavier:~$ sudo apt-get
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
2009 Sep 13
3
Depressed amd64 user...
Hi, I recently built my new graphics workstation with the express idea of using Linux, Wine, and an AutoCAD clone called IntelliCAD.
http://intellicadms.com/
Running Ubuntu 9.04 (Jaunty) on my old Intel system with Wine works just fine. IntelliCAD functions beautifully.
However, when I installed the above on my all-new AMD Phenom II X4 955 system, IntelliCAD simply does not launch. I use:
-
2016 May 17
2
Re Centos 7.2 Repos
Hi All,
I am having a terrible time installing multi media tools
like smplayer (which requires mplayer), which is not avaiable
from the centos repos.
I have installed epel.repo which containa the epel-release repo info
for yum
Still I cannot install many things.
For example, I ran
for i in faad2-libs liba52.so.0 libaa.so.1 libartsc.so.0 libass.so.4
libaudio.so.2 libavcodec.so.53 libavcodec.so.53
2003 Sep 18
1
Mixing libvorbisfile with SDL
I am having no luck at all mixing libvorbisfile with the cross-platform
gaming library SDL.
It seems that any time I call ov_clear, the app goes unstable and
crashes later in calls to glibc. This is unacceptable for obvious
reasons and I was wondering if there was a way to fix it by just using
libvorbis.
I was going to experiment with the possibility, but I have, as yet, been
unable to find
2006 Jul 02
5
What goes to Hardware ?
Hi people,
As I said before: I did the IDCT to run on the FPGA.
My friends from university did the Reconstruction routines running on the FPGA.
I'm helping with the LoopFilter, and it is almost there.
(all VHDL)
I did a small profiling of the libTheora running on a Altera Stratix II device:
The processor used was the NIOS II with 8Kb of data and instruction
cache, branch prediction and