FIND_PATH(CONFIG_INCLUDE_DIR libconfig.h /usr/include /usr/local/include) FIND_LIBRARY(CONFIG_LIBRARY NAMES config PATH /usr/lib /usr/local/lib) IF (CONFIG_INCLUDE_DIR AND CONFIG_LIBRARY) SET(CONFIG_FOUND TRUE) ENDIF ( CONFIG_INCLUDE_DIR AND CONFIG_LIBRARY) IF (CONFIG_FOUND) IF (NOT CONFIG_FIND_QUIETLY) MESSAGE(STATUS "Found Config: ${CONFIG_LIBRARY}") ENDIF (NOT CONFIG_FIND_QUIETLY) ELSE(CONFIG_FOUND) IF (Config_FIND_REQUIRED) IF(NOT CONFIG_INCLUDE_DIR) MESSAGE(FATAL_ERROR "Could not find LibConfig header file!") ENDIF(NOT CONFIG_INCLUDE_DIR) IF(NOT CONFIG_LIBRARY) MESSAGE(FATAL_ERROR "Could not find LibConfig library file!") ENDIF(NOT CONFIG_LIBRARY) ENDIF (Config_FIND_REQUIRED) ENDIF (CONFIG_FOUND)'showmsg' value='1'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-s/Thaicom1A_C-120.0E (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2015-11-22Add Teracom transmitters in Sweden.Benjamin Larsson374-0/+3530
Signed-off-by: Benjamin Larsson <benjamin@southpole.se>
2015-07-06Add new cities to Brazilian ISDB-T listsMauro Carvalho Chehab75-0/+2922
Several new cities gained digital coverture. Add entries for them. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-07-06Rename ISDB-T table for Gama cityMauro Carvalho Chehab1-0/+0
Gama is actually part of Brasilia, but is a separate County. It is not called "Brasilia Gama". So, better name the file. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-07-06Update Brazilian ISDB-T tablesMauro Carvalho Chehab267-1019/+9052
Update all existing tables to match what's there at: http://portalbsd.com.br/novo/terrestres.php Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>