[mythtv-commits] Ticket #4967: Add "Now Playing" support for DVB Radio
MythTV
mythtv at cvs.mythtv.org
Wed Nov 19 10:06:44 UTC 2008
#4967: Add "Now Playing" support for DVB Radio
-----------------------------------------------------+----------------------
Reporter: Mark Buechler <Mark.Buechler at gmail.com> | Owner: danielk
Type: enhancement | Status: assigned
Priority: minor | Milestone: unknown
Component: dvb | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
-----------------------------------------------------+----------------------
Comment(by daporp at blackplasma.net):
I am unable to compile myth 0.21 fixes with nowplaying_16344.3.diff
I applied the patch using: patch -p1 -F99 < nowplaying_16344.3.diff
which appeared to apply correctly with a little fuzz, but I get the
following compile error:
ccache g++ -c -pipe -g -march=pentiumpro -fomit-frame-pointer -O3 -Wall
-Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor
-D__STDC_CONSTANT_MACROS -I/usr/include/kde/artsc -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/directfb -D_REENTRANT -I/usr/include/freetype2 -D_REENTRANT
-DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_H264TOOLS -DUSING_DIRECTFB
-DUSING_X11 -DUSING_XV -DUSING_XVMC -DUSING_XVMCW -DUSING_XVMC_VLD
-DUSING_OPENGL -DUSING_FRONTEND -DUSING_FFMPEG_THREADS -DUSING_V4L
-DUSING_LINUX_FIREWIRE -DUSING_FIREWIRE -DUSING_LIBAVC_5_3 -DUSING_DBOX2
-DUSING_IPTV -DUSING_HDHOMERUN -DUSING_IVTV -DUSING_DVB -DUSING_BACKEND
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
-I/usr/share/qt3/mkspecs/default -I. -I../../../../../include
-I../../../../../../include -I../.. -I.. -I. -I../libmyth -I../libavcodec
-I../libavutil -I../libmythmpeg2 -Idvbdev -Impeg -Iiptv
-I../libmythlivemedia/BasicUsageEnvironment/include
-I../libmythlivemedia/groupsock/include
-I../libmythlivemedia/liveMedia/include
-I../libmythlivemedia/UsageEnvironment/include
-I../../../../../../include/qt3 -I/usr/X11R6/include -I/usr/X11R6/include
-o NuppelVideoPlayer.o NuppelVideoPlayer.cpp
In file included from ../libmythui/mythuitype.h:6,
from ../libmythui/mythmainwindow.h:13,
from ../libmyth/mythdialogs.h:52,
from ../libmyth/dialogbox.h:7,
from NuppelVideoPlayer.cpp:32:
../../../../../../include/qt3/qimage.h: In member function âbool
QImageTextKeyLang::operator<(const QImageTextKeyLang&) constâ:
../../../../../../include/qt3/qimage.h:61: warning: suggest parentheses
around && within ||
In file included from NuppelVideoPlayer.cpp:48:
avformatdecoder.h: At global scope:
avformatdecoder.h:191: error: âvoid
AvFormatDecoder::ProcessPrivSecDataPacket(const AVPacket*)â cannot be
overloaded
avformatdecoder.h:190: error: with âvoid
AvFormatDecoder::ProcessPrivSecDataPacket(const AVPacket*)â
NuppelVideoPlayer.cpp: In member function âconst QImage&
NuppelVideoPlayer::GetARGBFrame(QSize&)â:
NuppelVideoPlayer.cpp:1594: warning: integer overflow in expression
NuppelVideoPlayer.cpp: In member function âvoid
NuppelVideoPlayer::OutputVideoLoop()â:
NuppelVideoPlayer.cpp:2788: warning: deprecated conversion from string
constant to âchar*â
NuppelVideoPlayer.cpp: In member function âvoid
NuppelVideoPlayer::DisplayNowPlaying()â:
NuppelVideoPlayer.cpp:6919: warning: unused variable âiâ
make[2]: *** [NuppelVideoPlayer.o] Error 1
make[2]: Leaving directory
`/usr/local/src/release-0-21-fixes/mythtv/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/usr/local/src/release-0-21-fixes/mythtv/libs'
make: *** [sub-libs] Error 2
Any ideas on what needs to be changed?
Thanks.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/4967#comment:4>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list