[mythtv] [mythtv-commits] Ticket #1686: Expire subtitles when not displayed

Simon Kenyon simon at koala.ie
Tue May 23 00:20:03 UTC 2006


On Tuesday 23 May 2006 00:24, MythTV wrote:
> #1686: Expire subtitles when not displayed
> ---------------------------+-----------------------------------------------
>- Reporter:  ivor at ivor.org  |        Owner:  danielk
>      Type:  patch          |       Status:  reopened
>  Priority:  minor          |    Milestone:  0.20
> Component:  mythtv         |      Version:  head
>  Severity:  medium         |   Resolution:
> ---------------------------+-----------------------------------------------
>- Changes (by simon kenyon):
>
>   * resolution:  fixed =>
>   * status:  closed => reopened
>
> Comment:
>
>  i get this error from 9980, which i don't get from 9977
>
>  ccache g++ -c -pipe -march=pentiumpro -Wall -W -g -I/usr/include/freetype2
>  -D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -D_GNU_SOURCE
>  -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\"
>  -D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_H264TOOLS -DUSING_XV -DUSING_XVMC
>  -DUSING_XVMCW -DUSING_XVMC_VLD -DUSING_OPENGL -DUSING_OPENGL_VSYNC
>  -DUSING_FRONTEND -DUSING_CRC_IP_NETWORK_REC -DUSING_V4L -DUSING_DBOX2
>  -DUSING_HDHOMERUN -DUSING_IVTV -DUSING_DVB -DUSING_BACKEND
>  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
>  -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/include
>  -I/usr/include -I../.. -I.. -I../libmyth -I../libavcodec -I../libavutil
>  -I../libmythmpeg2 -Idvbdev -Impeg -I/usr/qt/3/include -I/usr/include
>  -I/usr/include -o cardutil.o cardutil.cpp
>  In file included from dvbdiseqc.h:13,
>                   from dvbchannel.h:20,
>                   from cardutil.cpp:13:
>  dvbtypes.h:285: error: `uint16_t' was not declared in this scope
[snip]

you seem to have fixed the problem by including stdint.h

i tracked it down to a different set of includes on the two different machines
gcc 3.3.6 has the problem
gcc 3.4.5 does not

thanks for the quick fix

regards
--
simon


More information about the mythtv-dev mailing list