aboutsummaryrefslogtreecommitdiffstats
path: root/util/scan/dvb-s/Galaxy19-97.0W
blob: 3422b69ce18617f3f9480166516f1ecaa9612528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Galaxy 19 @ 97W
# freq pol sr fec
S 11789000 V 28125000 AUTO
S 11836000 V 20765000 AUTO
S 11867000 V 22000000 AUTO
S 11874000 H 22000000 AUTO
S 11898000 V 22000000 AUTO
S 11936000 H 20000000 AUTO
S 11966000 H 22000000 AUTO
S 11991000 V 22000000 AUTO
S 12053000 V 22000000 AUTO
S 12084000 V 22000000 AUTO
S 12090000 H 20000000 AUTO
S 12115000 V 22425000 AUTO
S 12122000 H 22000000 AUTO
S 12146000 V 22000000 AUTO
S 12152000 H 20000000 AUTO
S 12177000 V 23000000 AUTO
consistent way, the configuration grammar had to be changed in a non-backward-compatible way. In particular, groups are now values, so the old syntax: group { ... } must now be written as: group = { ... }; Note that the trailing semicolon, which was previously optional, is now required. Also note that a colon (':') can be used in place of the equals sign. -*- Flex and Bison are not required in order to build this package. However, if you modify the .l or .y files, you must have Flex (2.5.31 or better) and Bison (2.1 or better), respectively. -*- To successfully compile using MinGW (with gcc 4.4.0 or later), it may be necessary to modify the file "mingw32\4.4.0\libstdc++.la", changing line 11 from: library_names='libstdc++.dll.a' to: library_names='libstdc++.a' (See http://trac.osgeo.org/geos/ticket/282 for more information).