Skip to content

Commit 75b5753

Browse files
committed
CUDA support
1 parent defd423 commit 75b5753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ fi
385385
build "ffmpeg"
386386
download "https://git.ffmpeg.org/gitweb/ffmpeg.git/snapshot/192d1d34eb3668fa27f433e96036340e1e5077a0.tar.gz" "ffmpeg-snapshot.tar.bz2"
387387
cd "$PACKAGES"/ffmpeg-192d1d3/ || exit
388-
./configure "$ADDITIONAL_CONFIGURE_OPTIONS" \
388+
./configure $ADDITIONAL_CONFIGURE_OPTIONS \
389389
--pkgconfigdir="$WORKSPACE/lib/pkgconfig" \
390390
--prefix="${WORKSPACE}" \
391391
--pkg-config-flags="--static" \

0 commit comments

Comments
 (0)