Changeset 2105
- Timestamp:
- 03/31/12 05:10:58 (11 years ago)
- Files:
-
- trunk/libffado/SConstruct (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/SConstruct
r2104 r2105 236 236 print """ 237 237 Installed jack does not support FFADO setbuffersize API: will report earlier 238 API version at runtime 238 API version at runtime. Consider upgrading to jack1 >=0.122.0 or 239 jack2 >=1.9.9 at some point, and then recompile ffado to gain access to this 240 added feature. 239 241 """ 240 242 else: … … 254 256 Exit( 1 ) 255 257 else: 256 print "Will report ing SetBufferSize APIat runtime"258 print "Will report SetBufferSize API version at runtime" 257 259 else: 258 260 FFADO_API_VERSION="8" 259 print "Will not report SetBufferSize API at runtime"261 print "Will not report SetBufferSize API version at runtime" 260 262 261 263 for pkg in pkgs: