Em Sat, 28 Dec 2013 16:45:59 +0100 André Roth <neolynx@xxxxxxxxx> escreveu: > Signed-off-by: André Roth <neolynx@xxxxxxxxx> > --- > lib/libdvbv5/Makefile.am | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/lib/libdvbv5/Makefile.am b/lib/libdvbv5/Makefile.am > index 368baf8..dc5005f 100644 > --- a/lib/libdvbv5/Makefile.am > +++ b/lib/libdvbv5/Makefile.am > @@ -47,7 +47,6 @@ libdvbv5_la_SOURCES = \ > descriptors/desc_partial_reception.c ../include/descriptors/desc_partial_reception.h \ > descriptors/nit.c ../include/descriptors/nit.h \ > descriptors/sdt.c ../include/descriptors/sdt.h \ > - descriptors/vct.c ../include/descriptors/vct.h \ > descriptors/atsc_header.c ../include/descriptors/atsc_header.h \ > descriptors/vct.c ../include/descriptors/vct.h \ > descriptors/mgt.c ../include/descriptors/mgt.h \ > @@ -58,7 +57,7 @@ libdvbv5_la_SOURCES = \ > descriptors/mpeg_pes.c ../include/descriptors/mpeg_pes.h \ > descriptors/mpeg_es.c ../include/descriptors/mpeg_es.h > > -libdvbv5_la_CPPFLAGS = $(ENFORCE_LIBDVBV5_STATIC) > +libdvbv5_la_CPPFLAGS = $(ENFORCE_LIBDVBV5_STATIC) -std=c99 No. We don't want c99 style. > libdvbv5_la_LDFLAGS = $(LIBDVBV5_VERSION) $(ENFORCE_LIBDVBV5_STATIC) -lm > libdvbv5_la_LIBADD = $(LTLIBICONV) > -- Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html