Skip to content

Commit

Permalink
return build to dyne/frei0r master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Dec 8, 2023
1 parent cfc8f64 commit ee06c0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions scripts/build-shotcut-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ DEBUG_BUILD=0
ASAN_BUILD=0
DEPLOY=1
ENABLE_FREI0R=1
FREI0R_HEAD=0
FREI0R_REVISION="origin/shotcut"
FREI0R_HEAD=1
FREI0R_REVISION=
ENABLE_MOVIT=1
SUBDIRS=
MOVIT_HEAD=0
Expand Down Expand Up @@ -406,7 +406,7 @@ function set_globals {
# REPOLOCS Array holds the repo urls
REPOLOCS[0]="https://github.com/FFmpeg/FFmpeg.git"
REPOLOCS[1]="https://github.com/mltframework/mlt.git"
REPOLOCS[2]="https://github.com/ddennedy/frei0r.git"
REPOLOCS[2]="https://github.com/dyne/frei0r.git"
REPOLOCS[3]="https://github.com/ddennedy/movit.git"
REPOLOCS[4]="https://github.com/mltframework/shotcut.git"
REPOLOCS[5]="http://ftp.us.debian.org/debian/pool/main/s/swh-plugins/swh-plugins_0.4.15+1.orig.tar.gz"
Expand Down
6 changes: 3 additions & 3 deletions scripts/build-shotcut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ DEBUG_BUILD=0
ASAN_BUILD=0
CREATE_STARTUP_SCRIPT=1
ENABLE_FREI0R=1
FREI0R_HEAD=0
FREI0R_REVISION="origin/shotcut"
FREI0R_HEAD=1
FREI0R_REVISION=
ENABLE_MOVIT=1
SUBDIRS=
MOVIT_HEAD=0
Expand Down Expand Up @@ -523,7 +523,7 @@ function set_globals {
# REPOLOCS Array holds the repo urls
REPOLOCS[0]="https://github.com/FFmpeg/FFmpeg.git"
REPOLOCS[1]="https://github.com/mltframework/mlt.git"
REPOLOCS[2]="https://github.com/ddennedy/frei0r.git"
REPOLOCS[2]="https://github.com/dyne/frei0r.git"
REPOLOCS[3]="https://github.com/mirror/x264.git"
REPOLOCS[4]="https://chromium.googlesource.com/webm/libvpx.git"
REPOLOCS[5]="https://github.com/ddennedy/movit.git"
Expand Down

0 comments on commit ee06c0b

Please sign in to comment.