| 514 | | * prefix "gdal_X.so". It then tries to load them and then tries to call |
|---|
| 515 | | * a function within them called GDALRegister_X() where the 'X' is the same |
|---|
| 516 | | * as the remainder of the shared library basename, or failing that to |
|---|
| 517 | | * call GDALRegisterMe(). |
|---|
| | 514 | * prefix "gdal_X.so". It then tries to load them and then tries to call a |
|---|
| | 515 | * function within them called GDALRegister_X() where the 'X' is the same as |
|---|
| | 516 | * the remainder of the shared library basename ('X' is case sensitive), or |
|---|
| | 517 | * failing that to call GDALRegisterMe(). |
|---|