use same ffmpeg/ffmpeg2theora version as used in firefogg
This commit is contained in:
parent
081fe6eed4
commit
9e8b14bd7f
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class Client(object):
|
||||||
p += '.exe'
|
p += '.exe'
|
||||||
if not os.path.exists(path):
|
if not os.path.exists(path):
|
||||||
print "installing %s in %s" % (p, bindir)
|
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)
|
os.chmod(path, 0755)
|
||||||
|
|
||||||
def add_volume(self, args):
|
def add_volume(self, args):
|
||||||
|
|
Loading…
Reference in a new issue