summaryrefslogtreecommitdiff
path: root/internal/media/ffmpeg/ffprobe.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/media/ffmpeg/ffprobe.go')
-rw-r--r--internal/media/ffmpeg/ffprobe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/media/ffmpeg/ffprobe.go b/internal/media/ffmpeg/ffprobe.go
index 410935d9c..bf166b12b 100644
--- a/internal/media/ffmpeg/ffprobe.go
+++ b/internal/media/ffmpeg/ffprobe.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