use same ffmpeg/ffmpeg2theora version as used in firefogg

This commit is contained in:
j 2012-09-10 19:44:58 +02:00
parent 081fe6eed4
commit 9e8b14bd7f

View file

@ -282,7 +282,7 @@ class Client(object):
p += '.exe'
if not os.path.exists(path):
print "installing %s in %s" % (p, bindir)
ox.net.save_url('http://firefogg.org/nightly/%s.%s' % (p, osname), path)
ox.net.save_url('http://firefogg.org/bin/%s.%s' % (p, osname), path)
os.chmod(path, 0755)
def add_volume(self, args):