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 44# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55
66PROGNAME=$( basename " $0 " )
7- FFMPEG_VERSION=7.1.1
8- SCRIPT_VERSION=1.54
7+ FFMPEG_VERSION=8.0
8+ SCRIPT_VERSION=1.55
99CWD=$( pwd)
1010PACKAGES=" $CWD /packages"
1111WORKSPACE=" $CWD /workspace"
382382if build " pkg-config" " 0.29.2" ; then
383383 download " https://pkgconfig.freedesktop.org/releases/pkg-config-$CURRENT_PACKAGE_VERSION .tar.gz"
384384 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
387388 fi
388389 execute ./configure --silent --prefix=" ${WORKSPACE} " --with-pc-path=" ${WORKSPACE} " /lib/pkgconfig --with-internal-glib
389390 execute make -j $MJOBS
You can’t perform that action at this time.
0 commit comments