Search found 4 matches

by multixrulz
Tue Jul 24, 2012 6:59 am
Forum: Development of Ren'Py
Topic: Build error in renpy 6.13.12
Replies: 5
Views: 1600

Re: Build error in renpy 6.13.12

Well I took a look at the offending source file, ffdecode.c. Since it appeared at first glance to be the source file for ffplay, I tried copying the contents of ffplay.c from my version of ffmpeg in there. After commenting out a couple of #includes and copying over a couple more, it compiled cleanly...
by multixrulz
Mon Jul 23, 2012 5:42 am
Forum: Development of Ren'Py
Topic: Build error in renpy 6.13.12
Replies: 5
Views: 1600

Re: Build error in renpy 6.13.12

I can't revert ffmpeg. If I did, everything else that depends on ffmpeg would break, etc. etc. to the point where I could never upgrade my system. Not to mention that I can't get the old version package files. ArchLinux is a rolling release, this is one situation where that's a problem. I haven't wo...
by multixrulz
Thu Jul 19, 2012 7:36 pm
Forum: Development of Ren'Py
Topic: Build error in renpy 6.13.12
Replies: 5
Views: 1600

Re: Build error in renpy 6.13.12

That's one big can of worms I didn't know about (ie the ffmpeg/libav fight). I really don't have the choice of using libav (at least not without a lot of work). I would actually like to keep using Ren'Py, so what's the best way forward for me? I assume you're not too interested in maintaining differ...
by multixrulz
Thu Jul 19, 2012 7:12 am
Forum: Development of Ren'Py
Topic: Build error in renpy 6.13.12
Replies: 5
Views: 1600

Build error in renpy 6.13.12

Sorry if this is the wrong place for this problem. It seemed the most appropriate spot for build errors. I'm trying to build renpy 6.13.12 on ArchLinux. The build command is CFLAGS=-Os module/setup.py build it fails with the following (quoted in full) building 'pysdlsound.sound' extension gcc -pthre...