Skip to content

Commit

Permalink
ffmpeg: Update to version 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Mar 12, 2025
1 parent a41634c commit 141634f
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions ffmpeg.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION ffmpeg-4.3-0
# BEE_VERSION ffmpeg-7.1.1-0

# SRCURL[0]="https://ffmpeg.org/releases/ffmpeg-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/ed9b3002fb491d704b548a97e1d00391/ffmpeg-4.3.tar.bz2"

# BEE_BUILDTYPE=autotools

# PATCHURL+=()
PATCHURL+=("https://beehive.molgen.mpg.de/16a1f2986e47586fbe8e84517325be79/ffmpeg-mathops.patch")

# EXCLUDE+=()

Expand All @@ -19,28 +19,31 @@ SRCURL[0]="https://beehive.molgen.mpg.de/ed9b3002fb491d704b548a97e1d00391/ffmpeg
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
cd $S
bee_patch "${@}"
}

mee_configure() {
sed -i 's/-lflite"/-lflite -lasound"/' ${S}/configure
start_cmd ${S}/configure \
--prefix=${PREFIX} \
--enable-gpl \
--enable-version3 \
--enable-nonfree \
--disable-static \
--enable-shared \
--disable-debug \
--enable-libass \
--enable-libfdk-aac \
--enable-libfreetype \
--enable-libmp3lame \
--enable-libopus \
--enable-libtheora \
--enable-libvorbis \
--enable-libvpx \
--enable-libx264 \
--enable-libx265
--enable-libx265 \
--enable-openssl \
--ignore-tests=enhanced-flv-av1
}

mee_build() {
Expand Down

0 comments on commit 141634f

Please sign in to comment.