lib/csd/application/minisip/component/hdviper.rb in csd-0.4.0 vs lib/csd/application/minisip/component/hdviper.rb in csd-0.4.1

- old
+ new

@@ -34,12 +34,12 @@ # def configure_and_make UI.info "Compiling HDVIPER".green.bold Cmd.cd Path.hdviper_x264, :internal => true Cmd.run('./configure') - Cmd.run('make -j 15') + Cmd.run "make -j #{Options.threads}" Cmd.cd Path.hdviper_x264_test_x264api, :internal => true - Cmd.run('make -j 15') + Cmd.run "make -j #{Options.threads}" end end end end \ No newline at end of file