From 6184f9434342852095fd08c0894fd54d205e0dfc Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 6 Nov 2024 18:41:38 +0300 Subject: [PATCH] openal ffmpeg rebuild --- multimedia/video/ffmpeg/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/video/ffmpeg/actions.py b/multimedia/video/ffmpeg/actions.py index 0b50ca0da1..23bc8ccb75 100644 --- a/multimedia/video/ffmpeg/actions.py +++ b/multimedia/video/ffmpeg/actions.py @@ -83,7 +83,6 @@ def setup(): --enable-libsvtav1 \ --enable-swresample \ --enable-vdpau \ - --enable-openal \ --enable-opencl \ --enable-openssl \ --enable-libdrm \ @@ -95,6 +94,7 @@ def setup(): --enable-omx \ --enable-libsrt \ --extra-ldflags='-lasound -lm'") + # --enable-openal \ def build(): autotools.make()