Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
limikael committed Aug 14, 2013
1 parent 693780c commit 4c6654a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def configure(cnf):
cnf.check(
features='c cprogram',
lib=[
'avcodec', 'avformat', 'm', 'mp3lame', 'bz2', 'z', 'm', 'avutil', 'gd'
'avcodec', 'avformat', 'm', 'mp3lame', 'bz2', 'z', 'm', 'avutil', 'gd',
'pthread'
],
uselib_store='AV'
)
Expand Down

0 comments on commit 4c6654a

Please sign in to comment.