Windows OS fix.
Added import "ffmpeg Gui/convertor" to convertor_windows.go
This commit is contained in:
parent
3c563d1966
commit
6f0bbf7e29
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
package handler
|
package handler
|
||||||
|
|
||||||
|
import "ffmpegGui/convertor"
|
||||||
|
|
||||||
func getPathsToFF() []convertor.FFPathUtilities {
|
func getPathsToFF() []convertor.FFPathUtilities {
|
||||||
return []convertor.FFPathUtilities{{"ffmpeg\\bin\\ffmpeg.exe", "ffmpeg\\bin\\ffprobe.exe"}}
|
return []convertor.FFPathUtilities{{"ffmpeg\\bin\\ffmpeg.exe", "ffmpeg\\bin\\ffprobe.exe"}}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user