adds support for build specifically without wasm ffmpeg (#3732)

This commit is contained in:
kim 2025-02-03 12:42:06 +00:00 committed by GitHub
commit e1781ff52e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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