annotate TOOLS/TVout/compile.sh @ 15082:71570687c1a3

HRTF filter updates: - Bass compensation gain corrected (which was set too low), now the sound should be even more transparent - A (unified) dual axes active matrix decoder with adaptive steering - capable of decoding matrix surround encoded inputs, with stereo rear - capable of decoding matrix encoded rear center - Purely stereo mixing without unneccessary rear filter calculations - The decoding structure message is moved, because at the old place it gave incorrect messages. Patch by Yue Shi Lai <ylai@users.sourceforge.net>
author henry
date Sun, 10 Apr 2005 08:47:16 +0000
parents b205f8ca892a
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