# Makefile for linuxtv.org dvb-apps/lib/libesg/transport
.PHONY: sub-error-transport
sub-error-transport:
$(error You can't use this makefile directly.)
ifneq ($(lib_name),)
objects += transport/session_partition_declaration.o
sub-install += transport
else
includes = session_partition_declaration.h
include ../../../Make.rules
lib_name = libesg/transport
endif
/>
| Age | Commit message (Collapse) | Author | Files | Lines |
|
All of the DNA muxes in Finland are DVB-T2, not DVB-T.
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
|
|
The new mux H is being broadcasted by Digita from 6 stations in Finland.
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
|
|
Probably should have happened as part of 06e54ff.
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
|