~libv4l/libv4l/dev

« back to all changes in this revision

Viewing changes to lib/libdvbv5/Makefile.am

  • Committer: Gregor Jasny
  • Date: 2014-10-01 08:14:20 UTC
  • Revision ID: git-v1:d852ba552c0ac76396298621843f5a537a33a7fc
libdvbv5: remove service_location descriptor

CC: Andre Roth <neolynx@gmail.com>
Acked-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        ../include/libdvbv5/desc_logical_channel.h \
35
35
        ../include/libdvbv5/desc_ts_info.h \
36
36
        ../include/libdvbv5/desc_partial_reception.h \
37
 
        ../include/libdvbv5/desc_service_location.h \
38
37
        ../include/libdvbv5/desc_ca.h \
39
38
        ../include/libdvbv5/desc_ca_identifier.h \
40
39
        ../include/libdvbv5/nit.h \
56
55
endif
57
56
 
58
57
libdvbv5_la_SOURCES = \
 
58
        compat-soname.c \
59
59
        crc32.c \
60
60
        dvb-legacy-channel-format.c \
61
61
        dvb-zap-format.c \
104
104
        descriptors/desc_logical_channel.c      \
105
105
        descriptors/desc_ts_info.c              \
106
106
        descriptors/desc_partial_reception.c    \
107
 
        descriptors/desc_service_location.c     \
108
107
        descriptors/desc_ca.c                   \
109
108
        descriptors/desc_ca_identifier.c
110
109