1 | svoid standalone_selectUnpackedFFMPEG() {
|
2 | if (isWindows64()) {
|
3 | File f = fileInSameDir(getMainJarLocation(), "ffmpeg-4.2-win64.exe"); |
4 | if (fileExists(f) && empty(loadTextFileTrim(ffmpegLocationFile()))) |
5 | setFFMpegLocation(f); |
6 | } |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024960 |
| Snippet name: | standalone_selectUnpackedFFMPEG |
| Eternal ID of this version: | #1024960/2 |
| Text MD5: | 97c9b55dd5fdd20c7b5bfcb6734cfef2 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-31 17:06:47 |
| Source code size: | 250 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 429 / 474 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |