Thank you!  That did the trick.<br><br><div class="gmail_quote">On Tue, Oct 23, 2012 at 12:14 AM, Maik Merten <span dir="ltr">&lt;<a href="mailto:maikmerten@googlemail.com" target="_blank">maikmerten@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello there,<br>
<br>
if I remember correctly Theora 1.0 used the old VP3 encoder mostly<br>
unchanged, perhaps even with the original header values.<br>
<br>
Thankfully you can force Theroa 1.1/1.2 into a VP3 compatible mode, use<br>
<a href="http://www.theora.org/doc/libtheora-1.1/theoraenc_8h.html#a382d685a39a34d8e6ba76b00d804efd8" target="_blank">http://www.theora.org/doc/libtheora-1.1/theoraenc_8h.html#a382d685a39a34d8e6ba76b00d804efd8</a><br>
with<br>
<a href="http://www.theora.org/doc/libtheora-1.1/group__encfuncs.html#ga3a427f6514dfdc01ea72172c469d51d9" target="_blank">http://www.theora.org/doc/libtheora-1.1/group__encfuncs.html#ga3a427f6514dfdc01ea72172c469d51d9</a><br>

<br>
This of course means you need to (very) slightly modify your encoding<br>
setup code.<br>
<br>
Maik<br>
<br>
<br>
Am 23.10.2012 03:52, schrieb <a href="mailto:bryandonnovan@gmail.com">bryandonnovan@gmail.com</a>:<br>
<div><div class="h5">&gt; I have an old conferencing app that uses theora and I&#39;m building it for<br>
&gt; win64.<br>
&gt;<br>
&gt; libthora 1.1 builds just fine, but libtheora 1.0 has errors related to<br>
&gt; assembly code when building for x64.<br>
&gt;<br>
&gt; I&#39;ve tried using 1.1, but the video does not look right --  the clients<br>
&gt; all generate their own first 3 packets instead of sending them over the<br>
&gt; network since they assume they are all on the same version of libtheora.<br>
&gt;<br>
&gt; I need to either initialize the 1.1 library using the 1.0 mode codebook,<br>
&gt; or somehow get the 1.0 library to build for win64 under vs2008.<br>
&gt;<br>
&gt; I&#39;ve googled and seen reference to a patch for win64 builds, but it is<br>
&gt; not in the <a href="http://downloads.xiph.org/releases/theora/libtheora-1.0.zip" target="_blank">http://downloads.xiph.org/releases/theora/libtheora-1.0.zip</a><br>
&gt; that I just downloaded.<br>
&gt;<br>
&gt; Help?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; theora mailing list<br>
&gt; <a href="mailto:theora@xiph.org">theora@xiph.org</a><br>
&gt; <a href="http://lists.xiph.org/mailman/listinfo/theora" target="_blank">http://lists.xiph.org/mailman/listinfo/theora</a><br>
&gt;<br>
<br>
_______________________________________________<br>
theora mailing list<br>
<a href="mailto:theora@xiph.org">theora@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/theora" target="_blank">http://lists.xiph.org/mailman/listinfo/theora</a><br>
</blockquote></div><br>