File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ SCRIPT_COMMIT="98c7c9eafb148c6e66e5fe178fc156b00f3bf51a"
6
6
ffbuild_depends () {
7
7
echo base
8
8
echo libiconv
9
+ echo libsamplerate
10
+ echo soxr
11
+ echo openssl
9
12
}
10
13
11
14
ffbuild_enabled () {
@@ -50,7 +53,7 @@ ffbuild_dockerbuild() {
50
53
return -1
51
54
fi
52
55
53
- meson " ${myconf[@]} " ..
56
+ meson setup " ${myconf[@]} " ..
54
57
ninja -j" $( nproc) "
55
58
DESTDIR=" $FFBUILD_DESTDIR " ninja install
56
59
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ SCRIPT_BRANCH="SDL2"
7
7
ffbuild_depends () {
8
8
echo base
9
9
echo libiconv
10
+ echo x11
11
+ echo pulseaudio
12
+ echo libsamplerate
10
13
}
11
14
12
15
ffbuild_enabled () {
@@ -21,6 +24,10 @@ ffbuild_dockerbuild() {
21
24
-DSDL_STATIC=ON
22
25
-DSDL_STATIC_PIC=ON
23
26
-DSDL_TEST=OFF
27
+ -DSDL_CCACHE=OFF
28
+
29
+ -DSDL_LIBSAMPLERATE=ON
30
+ -DSDL_LIBSAMPLERATE_SHARED=OFF
24
31
)
25
32
26
33
if [[ $TARGET == linux* ]]; then
You can’t perform that action at this time.
0 commit comments