adds support for build specifically without wasm ffmpeg

This commit is contained in:
kim 2025-02-03 12:06:30 +00:00
commit 3932f9d52b
7 changed files with 9 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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