[mythtv] RE: [mythtv-commits] mythtv commits
Torbjörn Jansson
torbjorn.jansson at mbox200.swipnet.se
Fri Jun 17 14:18:25 UTC 2005
mythtv-commits-bounces at mythtv.org <> wrote:
> --------------------------------------------------------------
> --------------
> Changes committed by danielk on Fri Jun 17 13:03:52 2005
>
> Added Files:
> in mythtv/libs/libmythtv/mpeg:
> dvbdescriptors.cpp dvbdescriptors.h mpegdescriptors.cpp
> mpegdescriptors.h scanstreamdata.cpp scanstreamdata.h
> Modified Files: in mythtv/libs/libmythtv:
> hdtvrecorder.cpp libmythtv.pro
> in mythtv/libs/libmythtv/mpeg:
> atscdescriptors.cpp atscdescriptors.h atscstreamdata.cpp
> atscstreamdata.h atsctables.cpp atsctables.h dvbstreamdata.cpp
> dvbstreamdata.h dvbtables.cpp dvbtables.h mpegstreamdata.cpp
> mpegstreamdata.h mpegtables.cpp mpegtables.h tspacket.h
> Log Message:
>
> Cleanup of the mpeg table parser + some new features/tables.
>
Did you forget to commit something? I get this compile error:
g++ -c -pipe -march=athlon -Wall -W -g `freetype-config --cflags`
-D_REENTRANT -DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DPREFIX=\"/usr/local\" -DUSING_XV -DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT
-DUSING_OSS -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG
-I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include
-I../../../dvb-kernel/linux/include -I../.. -I../libmyth -I.. -Idvbdev
-Impeg -I../libavcodec -I../libmythmpeg2 -I/usr/lib/qt-3.3/include -o
dtvsignalmonitor.o dtvsignalmonitor.cpp
In file included from mpeg/dvbtables.h:8,
from dtvsignalmonitor.cpp:5:
mpeg/dvbdescriptors.h: In constructor
`AdaptationFieldDataDescriptor::AdaptationFieldDataDescriptor(const unsigned
char*)':
mpeg/dvbdescriptors.h:155: error: `Adaptation_field_data' is not a member of
`DescriptorID'
mpeg/dvbdescriptors.h: In constructor
`TimeShiftedEventDescriptor::TimeShiftedEventDescriptor(const unsigned
char*)':
mpeg/dvbdescriptors.h:1204: error: `dvb_time_shifted_event' is not a member
of `DescriptorID'
mpeg/dvbdescriptors.h: In constructor
`TimeShiftedServiceDescriptor::TimeShiftedServiceDescriptor(const unsigned
char*)':
mpeg/dvbdescriptors.h:1220: error: `time_shifted_service' is not a member of
`DescriptorID'
make[2]: *** [dtvsignalmonitor.o] Error 1
More information about the mythtv-dev
mailing list