diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-12 10:54:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-12 10:54:39 +0100 |
| commit | 3e3fa3f58b9ce62768ca8a977334ae1b5fe7da69 (patch) | |
| tree | 4d602c89335cd1750c9d3cec2983c73cd96a554e /wscript | |
| parent | 677c1df8fb6cad316a51d074d819be39a3b279ee (diff) | |
Allow build using Ubuntu 12.04 repos.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ def configure(conf): conf.check_cfg(package = 'libavcodec', args = '--cflags --libs', uselib_store = 'AVCODEC', mandatory = True) conf.check_cfg(package = 'libavutil', args = '--cflags --libs', uselib_store = 'AVUTIL', mandatory = True) conf.check_cfg(package = 'libswscale', args = '--cflags --libs', uselib_store = 'SWSCALE', mandatory = True) - conf.check_cfg(package = 'libswresample', args = '--cflags --libs', uselib_store = 'SWRESAMPLE', mandatory = True) + conf.check_cfg(package = 'libswresample', args = '--cflags --libs', uselib_store = 'SWRESAMPLE', mandatory = False) conf.check_cfg(package = 'libpostproc', args = '--cflags --libs', uselib_store = 'POSTPROC', mandatory = True) conf.check_cfg(package = 'sndfile', args = '--cflags --libs', uselib_store = 'SNDFILE', mandatory = True) conf.check_cfg(package = 'libdcp', atleast_version = '0.20', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) |
