Skip to content

Instantly share code, notes, and snippets.

View riverstore's full-sized avatar

Nguyen Nhut Truong riverstore

View GitHub Profile
#!/bin/sh
# Compiling libav on windows
# --------------------------
# Compiling libav takes quite a bit of time and you need to setup a build
# environment. I've followed these instructions for ffmpeg:
# http://blogs.gnome.org/rbultje/2012/09/27/microsoft-visual-studio-support-in-ffmpeg-and-libav/
#
# How to
# ------