[mythtv] [PATCH] position map using frame numbers, rev 2

Chris Delis cedelis at uillinois.edu
Sun Dec 14 15:21:03 EST 2003


I don't think this is related to this particular patch per se,
but when I build myth from cvs, I now get errors (it's been about
a week or so since I last built).  I'm using debian woody and
gcc 2.9.5.  The fix was to simply add a #include <errno.h> . . .
Just wanted others to know! :)

g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT
-fPIC  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/local/qt/mkspecs/default -I.
-I/usr/local/include -I/usr/local/qt/include -o mythcdrom.o mythcdrom.cpp
mythcdrom.cpp: In method `enum MediaError MythCDROM::testMedia()':
mythcdrom.cpp:69: `errno' undeclared (first use this function)
mythcdrom.cpp:69: (Each undeclared identifier is reported only once
mythcdrom.cpp:69: for each function it appears in.)
mythcdrom.cpp:69: `EBUSY' undeclared (first use this function)
make[2]: *** [mythcdrom.o] Error 1
make[2]: Leaving directory `/home/cedelis/myth_stuff/cvs/mythtv/libs/libmyth'
make[1]: *** [sub-libmyth] Error 2
make[1]: Leaving directory `/home/cedelis/myth_stuff/cvs/mythtv/libs'
make: *** [sub-libs] Error 2



On Sun, Dec 14, 2003 at 02:51:08PM -0500, Isaac Richards wrote:
> On Sunday 14 December 2003 02:11 pm, Isaac Richards wrote:
> > On Sunday 14 December 2003 01:30 pm, Doug Larrick wrote:
> > > Isaac,
> > >
> > > Included is a patch against what you've already got (rev 2.2) that
> > > fixes two complaints you had:
> >
> > <snip>
> >
> > > If you'd prefer these rolled up into the big patch, let me know.
> >
> > Cool.  I'll get them merged in to my current tree..  Made a couple changes
> > (broke the gop handling code out into a separate function just to cut down
> > on the amount of indentation that was going on, etc), so I'll try to get my
> > testing done today and everything checked in.
> 
> Allright, just applied this.  Seems to work pretty well, aside from if you go 
> into edit mode, switch to single frame, then seek forward, it looks like it's 
> forgetting where it is.  Only happens for the very first single frame seek, 
> though.  I'll see about fixing it later today if you don't get to it before 
> then =)
> 
> Oh, and everyone else: As I said in the commit message, this breaks 
> backend->frontend compatability, so all machines on a network need to be 
> upgraded.
> 
> Isaac
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


More information about the mythtv-dev mailing list