File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
5
5
6
6
PROGNAME=$( basename " $0 " )
7
- FFMPEG_VERSION=7.1.1
8
- SCRIPT_VERSION=1.54
7
+ FFMPEG_VERSION=8.0
8
+ SCRIPT_VERSION=1.55
9
9
CWD=$( pwd)
10
10
PACKAGES=" $CWD /packages"
11
11
WORKSPACE=" $CWD /workspace"
382
382
if build " pkg-config" " 0.29.2" ; then
383
383
download " https://pkgconfig.freedesktop.org/releases/pkg-config-$CURRENT_PACKAGE_VERSION .tar.gz"
384
384
if [[ " $OSTYPE " == " darwin" * ]]; then
385
- export XXFLAGS +=" -Wno-int-conversion" # pkg-config 0.29.2 has a warning that is treated as an error
386
- export CFLAGS +=" -Wno-error=int-conversion"
385
+ CFLAGS+=" -Wno-int-conversion" # pkg-config 0.29.2 has a warning that is treated as an error
386
+ CFLAGS+=" -Wno-error=int-conversion"
387
+ export CFLAGS
387
388
fi
388
389
execute ./configure --silent --prefix=" ${WORKSPACE} " --with-pc-path=" ${WORKSPACE} " /lib/pkgconfig --with-internal-glib
389
390
execute make -j $MJOBS
You can’t perform that action at this time.
0 commit comments