<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://levidsmith.com/w/index.php?action=history&amp;feed=atom&amp;title=OGG_build_testing</id>
	<title>OGG build testing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://levidsmith.com/w/index.php?action=history&amp;feed=atom&amp;title=OGG_build_testing"/>
	<link rel="alternate" type="text/html" href="https://levidsmith.com/w/index.php?title=OGG_build_testing&amp;action=history"/>
	<updated>2026-04-07T23:40:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://levidsmith.com/w/index.php?title=OGG_build_testing&amp;diff=98&amp;oldid=prev</id>
		<title>Levidsmith: Created page with &#039;For OGG support, I recommend using SDL_mixer-1.2.6 which can be downloaded here, since it comes with OGG support enabled by default  http://www.libsdl.org/projects/SDL_mixer/rele…&#039;</title>
		<link rel="alternate" type="text/html" href="https://levidsmith.com/w/index.php?title=OGG_build_testing&amp;diff=98&amp;oldid=prev"/>
		<updated>2009-10-16T06:22:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;For OGG support, I recommend using SDL_mixer-1.2.6 which can be downloaded here, since it comes with OGG support enabled by default  http://www.libsdl.org/projects/SDL_mixer/rele…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;For OGG support, I recommend using SDL_mixer-1.2.6 which can be downloaded here, since it comes with OGG support enabled by default&lt;br /&gt;
&lt;br /&gt;
http://www.libsdl.org/projects/SDL_mixer/release/&lt;br /&gt;
&lt;br /&gt;
(SDL_mixer-1.2.6.tar.gz)&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt;No luck with getting OGGs to play with this version either&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;ve tried enabling OGG support in SDL_mixer-1.2.8, but I never got any sound when running the playmus.c test program with an OGG file.  Below is the process of some of the things I tried to get it to work.&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
&lt;br /&gt;
 ./configure --enable-music-ogg-tremor&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt;No sound with test &amp;quot;playmus.c&amp;quot; program, and it exited immediately&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download libogg (libogg-1.1.4.tar.gz) and libvorbis (libvorbis-1.2.3.tar.gz) from &lt;br /&gt;
&lt;br /&gt;
http://www.xiph.org/downloads/&lt;br /&gt;
&lt;br /&gt;
Extract the libraries and install&lt;br /&gt;
&lt;br /&gt;
 gzip -d libogg-1.1.4.tar.gz&lt;br /&gt;
 chmod u+rw libogg-1.1.4.tar&lt;br /&gt;
 tar -xvf libogg-1.1.4.tar&lt;br /&gt;
 cd libogg-1.1.4&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
 gzip -d libvorbis-1.2.3.tar.gz&lt;br /&gt;
 chmod u+rw libvorbis-1.2.3.tar&lt;br /&gt;
 tar -xvf libvorbis-1.2.3.tar&lt;br /&gt;
 cd libvorbis-1.2.3&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
 gzip -d SDL_mixer-1.2.8.tar.gz&lt;br /&gt;
 chmod u+rw SDL_mixer-1.2.8.tar&lt;br /&gt;
 tar -xvf SDL_mixer-1.2.8.tar&lt;br /&gt;
 cd SDL_mixer-1.2.8&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt;No sound with test &amp;quot;playmus.c&amp;quot; program, and it exited immediately&amp;lt;/font&amp;gt;&lt;/div&gt;</summary>
		<author><name>Levidsmith</name></author>
	</entry>
</feed>