annotate TVout/compile.sh @ 7610:876495f714dc

Enable -subfps for time based subtitles, too. Please update the DOCS for -subfps: "If you have time-based subtitles like subviewer that can't be synced by -subdelay try specifying -subfps with the framerate of the movie the time-based sub was created for, eg. -subfps 25 if you use subs from a 25 fps movie with a movie using a different framerate. If you need to guess -subfps, try 25, 23.98 and 29.97"
author atmos4
date Sun, 06 Oct 2002 02:59:04 +0000
parents 3b5f5d1c5041
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 # Compile TVout tools
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4 cd con2fb
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5 gcc con2fb.c -o con2fb
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
6 cd ..
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
7
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
8 cd matroxset
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
9 make
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
10 cd ..
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
11
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
12 cd fbset
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
13 make
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
14 cd ..
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
15