1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00
mpv/TVout/compile.sh
arpi_esp d34041569e Initial revision
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-02-24 20:28:24 +00:00

16 lines
110 B
Bash
Executable File

# Compile TVout tools
cd con2fb
gcc con2fb.c -o con2fb
cd ..
cd matroxset
make
cd ..
cd fbset
make
cd ..