Hmm, though now that I actually try that, I find it may not be useful to
you.  The checkout ends with:

 U   ffmpeg
svn: warning: Error handling externals definition for 'ffmpeg/libswscale':
svn: warning: URL 'svn://svn.mplayerhq.hu/mplayer/trunk/libswscale' at
revision 34245 doesn't exist
Checked out revision 13661.

But since we know the date of r13661 on ffmpeg (svn log tells us that commit
happened on 2008-06-04 20:20:15), we can get the mplayer source from that
date:

svn co -r '{2008-06-04 20:20:15}' svn://svn.mplayerhq.hu/mplayer/trunk/mplayer

You'll then find mplayer/libswscale/ under the checkout.

Obviously, AVbin needs some updating...

~ Nathan


On Sun, Oct 23, 2011 at 4:13 PM, Nathan <[email protected]> wrote:

> (Is this a top-posting list, bottom-posting list, or we-don't-care list?)
>
> The source for avbin 7 contains a file named "ffmpeg.revision" with the
> contents "13661", which I very possibly corresponds to the SVN revision of
> ffmpeg that was used at the time.
>
> ffmpeg has moved to git, but their old svn repo is still up, for the
> moment.  This should get you the sources:
>
> svn checkout -r 13661 svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
>
> ~ Nathan
>
>
> On Mon, Oct 17, 2011 at 8:11 PM, David Byrd <[email protected]>wrote:
>
>> I wish that were possible, but it looks as though libswscale, which
>> was located on mplayer's svn, is gone.  Does anyone have a copy of the
>> avbin source with the ffmpeg source that's required?
>>
>> On Oct 4, 7:15 pm, Richard Jones <[email protected]> wrote:
>> >
>> > You may need to try to compile avbin for your 64-bit python. I have no
>> > idea how difficult that will be.
>> >
>> >     Richard
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "pyglet-users" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/pyglet-users?hl=en.
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to