zimbatm / ffmpeg-static

Scripts to build ffmpeg with all the deps statically (webm + h264 included)
ISC License
497 stars 249 forks source link

prompt ENV_ROOT path #44

Closed isantolin closed 8 years ago

isantolin commented 8 years ago

Can add a feature to .sh script to prompt if i can install on pwd or "/usr" paths?

zimbatm commented 8 years ago

ENV_ROOT is where all the building happens. If you want to install the resulting binaries then copy the cp -r target/* /usr once the build is done.