Skip to content

Commit 8d0278e

Browse files
committed
use fork for raspicam-awb - jacksonliam/mjpg-streamer#235
1 parent 73644f3 commit 8d0278e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/modules/octopi/config

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
[ -n "$OCTOPI_INCLUDE_CURAENGINE" ] || OCTOPI_INCLUDE_CURAENGINE=no
1313

1414
# mjpg streamer
15-
[ -n "$OCTOPI_MJPGSTREAMER_REPO_SHIP" ] || OCTOPI_MJPGSTREAMER_REPO_SHIP=https://github.com/jacksonliam/mjpg-streamer.git
15+
[ -n "$OCTOPI_MJPGSTREAMER_REPO_SHIP" ] || OCTOPI_MJPGSTREAMER_REPO_SHIP=https://github.com/markus-k/mjpg-streamer.git
1616
[ -n "$OCTOPI_MJPGSTREAMER_REPO_BUILD" ] || OCTOPI_MJPGSTREAMER_REPO_BUILD=
17-
[ -n "$OCTOPI_MJPGSTREAMER_REPO_BRANCH" ] || OCTOPI_MJPGSTREAMER_REPO_BRANCH=master
17+
[ -n "$OCTOPI_MJPGSTREAMER_REPO_BRANCH" ] || OCTOPI_MJPGSTREAMER_REPO_BRANCH=raspicam-awb
1818
[ -n "$OCTOPI_MJPGSTREAMER_REPO_DEPTH" ] || OCTOPI_MJPGSTREAMER_REPO_DEPTH=1
1919
[ -n "$OCTOPI_INCLUDE_MJPGSTREAMER" ] || OCTOPI_INCLUDE_MJPGSTREAMER=yes
2020

@@ -34,4 +34,3 @@
3434

3535
# Fixed apt mirror
3636
[ -n "$OCTOPI_APTMIRROR" ] || OCTOPI_APTMIRROR=
37-

0 commit comments

Comments
 (0)