Skip to content

Commit

Permalink
x264: Update to version 20250212
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Mar 12, 2025
1 parent 66b29e4 commit 15bb125
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x264-20131015_2245-0.bee → x264.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/env beesh

SRCURL[0]="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20131015-2245-stable.tar.bz2"
# BEE_VERSION x264-20250212-0

SRCURL[0]="https://beehive.molgen.mpg.de/9fc19d8e9641d24639c9f6075add56d2/x264-20250212.tar.xz"

PATCHURL[0]=""

Expand All @@ -20,7 +22,7 @@ mee_patch() {
}

mee_configure() {
./configure --prefix=${PREFIX} --enable-shared
./configure --prefix=${PREFIX} --enable-shared --disable-cli
}

mee_build() {
Expand Down

0 comments on commit 15bb125

Please sign in to comment.