summaryrefslogtreecommitdiff
path: root/internal/media/ffmpeg/wasm.go
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2025-02-03 12:42:06 +0000
committerLibravatar GitHub <noreply@github.com>2025-02-03 12:42:06 +0000
commite1781ff52e860009d10150e3a541423ba004ebb4 (patch)
tree3431f4be29f7895b1521e511172d0850ae5b71b4 /internal/media/ffmpeg/wasm.go
parentbumps our fork of modernc.org/sqlite to v1.34.5 (#3731) (diff)
downloadgotosocial-e1781ff52e860009d10150e3a541423ba004ebb4.tar.xz
adds support for build specifically without wasm ffmpeg (#3732)
Diffstat (limited to 'internal/media/ffmpeg/wasm.go')
-rw-r--r--internal/media/ffmpeg/wasm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/media/ffmpeg/wasm.go b/internal/media/ffmpeg/wasm.go
index a5612ba14..a22431fdd 100644
--- a/internal/media/ffmpeg/wasm.go
+++ b/internal/media/ffmpeg/wasm.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 <http://www.gnu.org/licenses/>.
-//go:build !nowasm
+//go:build !nowasmffmpeg && !nowasm
package ffmpeg