diff options
Diffstat (limited to 'internal/media/ffmpeg/ffmpeg_nowasm.go')
-rw-r--r-- | internal/media/ffmpeg/ffmpeg_nowasm.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. -//go:build nowasm +//go:build nowasmffmpeg || nowasm package ffmpeg |