Opened 17 years ago

Closed 17 years ago

#3870 closed defect (fixed)

Test for xvmc if it is enabled.

Reported by: Roo <roo.watt@…> Owned by: danielk
Priority: minor Milestone: 0.21
Component: mythtv Version: head
Severity: medium Keywords: xvmc configure
Cc: Ticket locked: no

Description

A recent post on the mailing list raised this.

If the user enables xvmc during the configure stage the configure script does not test for the availability of the xvmc headers.

This adds a test for X11/extensions/XvMClib.h and disables xvmc if it is not present.

This avoids the situation where a user enables xvmc, doesn't have it installed and consequently gets a compile error.

Attachments (1)

xvmc_configure.diff (505 bytes) - added by Roo <roo.watt@…> 17 years ago.
Test for xvmc headers when enabled

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by Roo <roo.watt@…>

Attachment: xvmc_configure.diff added

Test for xvmc headers when enabled

comment:1 Changed 17 years ago by danielk

Owner: changed from Isaac Richards to danielk

comment:2 Changed 17 years ago by danielk

Resolution: fixed
Status: newclosed

(In [14431]) Fixes #3870. Check for XvMC header before compiling with XvMC support.

Note: See TracTickets for help on using tickets.