Skip to content

Commit

Permalink
orc: additional upstream patch for macOS pthread_jit detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Feb 26, 2023
1 parent 5414592 commit 84c26c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/lin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ $CURL https://gstreamer.freedesktop.org/data/src/orc/orc-${VERSION_ORC}.tar.xz |
cd ${DEPS}/orc
# Fix detection of macOS pthread_jit
$CURL https://gitlab.freedesktop.org/gstreamer/orc/-/commit/4d0144a9cc4efa195ae3e7f6b99b2daa9ad47b54.patch | patch -p1
$CURL https://gitlab.freedesktop.org/gstreamer/orc/-/commit/6b838f7e629cf721a570631e47ea482f25e75c70.patch | patch -p1
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
-Dorc-test=disabled -Dbenchmarks=disabled -Dexamples=disabled -Dgtk_doc=disabled -Dtests=disabled -Dtools=disabled
meson install -C _build --tag devel
Expand Down

0 comments on commit 84c26c5

Please sign in to comment.