aboutsummaryrefslogtreecommitdiffstats
path: root/util/scan/dvb-t/se-Alvdalsasen
blob: d291cf64b32c2f1ec552ec796235f2d401b63bfa (plain)
1
2
3
# Sweden - Älvdalsåsen
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 570000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Makefile for linuxtv.org dvb-apps/lib/libesg/representation

.PHONY: sub-error-representation

sub-error-representation:
	$(error You can't use this makefile directly.)

ifneq ($(lib_name),)

objects += representation/encapsulated_textual_esg_xml_fragment.o \
           representation/init_message.o \
           representation/textual_decoder_init.o

sub-install += representation

else

includes = encapsulated_textual_esg_xml_fragment.h \
           init_message.h \
           textual_decoder_init.h

include ../../../Make.rules

lib_name = libesg/representation

endif