Skip to content

Instantly share code, notes, and snippets.

View yukal's full-sized avatar
🙃
Haven't you tried it like this?

Alex Yu yukal

🙃
Haven't you tried it like this?
  • Ukraine
View GitHub Profile
@revmischa
revmischa / build-video-server.sh
Created December 16, 2010 00:25
Build and install libx264, libav and rtmpd
#!/usr/bin/env bash
# This script fetches and builds libx264, libav, rtmpd and their dependencies.
# you may have to add /usr/local/lib to /etc/ld.so.conf
# BASEDIR = build directory (default current dir)
# PREFIX = install directory (default /usr/local)
if [ -z "$BASEDIR" ]; then
BASEDIR=`pwd`
fi