Skip to content

Commit

Permalink
project: use gopro/sxplayer instead of stupeflix/sxplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
ubitux authored and cboesch-gpsw committed Nov 23, 2022
1 parent 305c63f commit d606d39
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build sxplayer lib for Android & reshape files tree
run: |
curl -sL https://github.com/Stupeflix/sxplayer/archive/refs/tags/v${{ matrix.sxplayer_version }}.tar.gz -o sxplayer.tgz
curl -sL https://github.com/gopro/sxplayer/archive/refs/tags/v${{ matrix.sxplayer_version }}.tar.gz -o sxplayer.tgz
tar xf sxplayer.tgz
cd sxplayer-${{ matrix.sxplayer_version }}
PKG_CONFIG_LIBDIR=$HOME/ngl-env-${{ matrix.arch }}/lib/pkgconfig/ \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Build sxplayer lib for ios & reshape files tree
run: |
curl -sL https://github.com/Stupeflix/sxplayer/archive/refs/tags/v${{ matrix.sxplayer_version }}.tar.gz -o sxplayer.tgz
curl -sL https://github.com/gopro/sxplayer/archive/refs/tags/v${{ matrix.sxplayer_version }}.tar.gz -o sxplayer.tgz
tar xf sxplayer.tgz
cd sxplayer-${{ matrix.sxplayer_version }}
PKG_CONFIG_LIBDIR=$HOME/ngl-env-${{ matrix.arch }}/lib/pkgconfig \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ and API can change at any time.
![tests MinGW](https://github.com/gopro/gopro-lib-node.gl/workflows/tests%20MinGW/badge.svg)
![tests MSVC](https://github.com/gopro/gopro-lib-node.gl/workflows/tests%20MSVC/badge.svg)
[![coverage](https://codecov.io/gh/gopro/gopro-lib-node.gl/branch/main/graph/badge.svg)](https://codecov.io/gh/gopro/gopro-lib-node.gl)
![build Android 🤖](https://github.com/stupeflix/sxplayer/workflows/build%20Android%20🤖/badge.svg)
![build iOS 🍏](https://github.com/stupeflix/sxplayer/workflows/build%20iOS%20🍏/badge.svg)
![build Android 🤖](https://github.com/gopro/sxplayer/workflows/build%20Android%20🤖/badge.svg)
![build iOS 🍏](https://github.com/gopro/sxplayer/workflows/build%20iOS%20🍏/badge.svg)

[gopro]: https://gopro.com/

Expand Down
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
_EXTERNAL_DEPS = dict(
sxplayer=dict(
version="9.13.0",
url="https://github.com/Stupeflix/sxplayer/archive/v@[email protected]",
url="https://github.com/gopro/sxplayer/archive/v@[email protected]",
dst_file="sxplayer-@[email protected]",
sha256="272ecf2a31238440a8fc70dbe6431989d06cf77b9f15a26a55c6c91244768fca",
),
Expand Down
2 changes: 1 addition & 1 deletion doc/dev/ref/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ graph
```

[meson]: https://mesonbuild.com/
[sxplayer]: https://github.com/stupeflix/sxplayer
[sxplayer]: https://github.com/gopro/sxplayer
[graphviz]: http://www.graphviz.org/
[python]: https://www.python.org/
[cython]: http://cython.org/
Expand Down

0 comments on commit d606d39

Please sign in to comment.