On 5/30/06, Matthew Burgess <[EMAIL PROTECTED]> wrote:

I've probably forgotten to do something really simple again, but would
appreciate a cluebat here.  I'm trying to compile xine-lib-1.1.1 with Xorg
7.1 installed but am running into:

I didn't have these problems when I built xine-lib against Xorg-7.0.
I haven't rebuilt since I upgraded to 7.1.  I can't access my build
logs right now, either.

Has anyone seen this before?  I'd really just like to disable the xxmc
library as it requires binary drivers, IIUC, but --without-xmmc-path,
--with-xmmc-path="", etc. all still result in xine-lib finding the magic
headers and libs in /usr/X11.

The configure check looks bogus.  As a workaround, try adding
"ac_have_xxmc=no" to your configure line.

The relevant lines of video_out_xxmc.c are:

static void xxmc_frame_updates(xxmc_driver_t *driver, xxmc_frame_t *frame,
                               int init_macroblocks);
static void dispose_ximage (xxmc_driver_t *this, XShmSegmentInfo *shminfo,
                            XvImage *myimage);

Now, 'xxmc_driver_t' looks the likely culprit here, but its definition is
in 'xmmc.h' which gets #included from video_out_xmmc.c, so I'm now at a
loss :-(

Wish I could help more.

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to