mirror of https://bitbucket.org/ausocean/av.git
Fixed linux ffmpeg path to make more general
This commit is contained in:
parent
faafee482d
commit
ae6b07ec96
|
@ -189,7 +189,7 @@ func setUpDirs() {
|
|||
ffmpegPath = "/usr/local/bin/ffmpeg"
|
||||
tempDir = "/tmp/"
|
||||
default:
|
||||
ffmpegPath = "/home/saxon/bin/ffmpeg"
|
||||
ffmpegPath = "/home/$USER/bin/ffmpeg"
|
||||
tempDir = "/tmp/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue