mirror of
https://github.com/go-ffstatic/ffstatic
synced 2025-10-07 08:30:53 +08:00
11 lines
153 B
Go
11 lines
153 B
Go
//go:build linux
|
|
|
|
package main
|
|
|
|
import (
|
|
ff "github.com/go-ffstatic/linux-amd64"
|
|
)
|
|
|
|
var ffmpegPath = ff.FFmpegPath()
|
|
var ffprobePath = ff.FFprobePath()
|