only add target once, add ,to derivatives

This commit is contained in:
j 2011-03-26 15:18:21 +01:00
commit e3bd260b55
3 changed files with 2 additions and 4 deletions

View file

@ -162,10 +162,8 @@ VIDEO_PROFILE = '480p.webm'
VIDEO_DERIVATIVES = [
'96p.webm',
'240p.webm',
'360p.webm'
'96p.mp4',
'240p.mp4',
'360p.mp4',
'480p.mp4',
]
'''