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
parent a24048fc05
commit e1781ff52e
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