mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 07:22:24 -05:00
adds support for build specifically without wasm ffmpeg (#3732)
This commit is contained in:
parent
a24048fc05
commit
e1781ff52e
7 changed files with 9 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue