Skip to content

Commit 77532b3

Browse files
Mirror of savonet/liquidsoap#5359: scheduler: run duppy on a pool of domains, retire its monad, and stop rescanning the event loop
1 parent 9c05516 commit 77532b3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

detect/dune

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
(rule
66
(targets ogg_available ogg_c_flags.sexp ogg_c_library_flags.sexp)
7+
(deps (universe))
78
(action
89
(run ./detect.exe --context %{context_name} ogg ogg)))
910

1011
(rule
1112
(targets flac_available flac_c_flags.sexp flac_c_library_flags.sexp)
13+
(deps (universe))
1214
(action
1315
(run ./detect.exe --context %{context_name} flac flac)))
1416

@@ -17,11 +19,13 @@
1719
flac_ogg_available
1820
flac_ogg_c_flags.sexp
1921
flac_ogg_c_library_flags.sexp)
22+
(deps (universe))
2023
(action
2124
(run ./detect.exe --context %{context_name} flac_ogg ogg flac)))
2225

2326
(rule
2427
(targets vorbis_available vorbis_c_flags.sexp vorbis_c_library_flags.sexp)
28+
(deps (universe))
2529
(action
2630
(run
2731
./detect.exe
@@ -34,15 +38,18 @@
3438

3539
(rule
3640
(targets opus_available opus_c_flags.sexp opus_c_library_flags.sexp)
41+
(deps (universe))
3742
(action
3843
(run ./detect.exe --context %{context_name} opus opus ogg)))
3944

4045
(rule
4146
(targets speex_available speex_c_flags.sexp speex_c_library_flags.sexp)
47+
(deps (universe))
4248
(action
4349
(run ./detect.exe --context %{context_name} speex speex ogg)))
4450

4551
(rule
4652
(targets theora_available theora_c_flags.sexp theora_c_library_flags.sexp)
53+
(deps (universe))
4754
(action
4855
(run ./detect.exe --context %{context_name} theora theoradec theoraenc)))

0 commit comments

Comments
 (0)