aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/ffmpeg/src/MacOSX/build_ffmpeg.sh
blob: bcb3ca1ec349b5681177c28de1d5ec404de94f58 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

cd ffmpeg
./configure --enable-shared --disable-static --disable-mmx
make