From e1781ff52e860009d10150e3a541423ba004ebb4 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:42:06 +0000 Subject: adds support for build specifically without wasm ffmpeg (#3732) --- internal/media/ffmpeg/ffmpeg_nowasm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/media/ffmpeg/ffmpeg_nowasm.go') diff --git a/internal/media/ffmpeg/ffmpeg_nowasm.go b/internal/media/ffmpeg/ffmpeg_nowasm.go index 6f528da1a..eed955ae1 100644 --- a/internal/media/ffmpeg/ffmpeg_nowasm.go +++ b/internal/media/ffmpeg/ffmpeg_nowasm.go @@ -15,7 +15,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -//go:build nowasm +//go:build nowasmffmpeg || nowasm package ffmpeg -- cgit v1.2.3