mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
11 lines
118 B
Bash
Executable file
11 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git clone https://github.com/FFmpeg/FFmpeg.git
|
|
|
|
cd FFmpeg
|
|
|
|
./configure --disable-yasm
|
|
|
|
make
|
|
|
|
make install
|