Skip to content

Commit

Permalink
merge_bf74c79
Browse files Browse the repository at this point in the history
  • Loading branch information
abrar71 committed Jan 16, 2024
1 parent 59c0da9 commit 3e64b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.04
FROM ubuntu:23.10

ENV DEBIAN_FRONTEND noninteractive
RUN \
Expand Down
4 changes: 2 additions & 2 deletions scripts.d/50-x264.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/mirror/x264.git"
SCRIPT_COMMIT="eaa68fad9e5d201d42fde51665f2d137ae96baf0"
SCRIPT_REPO="https://code.videolan.org/videolan/x264.git"
SCRIPT_COMMIT="c1c9931dc87289b8aeba78150467f17bdb97d019"

ffbuild_enabled() {
[[ $VARIANT == lgpl* ]] && return -1
Expand Down

0 comments on commit 3e64b53

Please sign in to comment.