Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299063 - media-tv/mythtv-0.22 enable-xvmc-pro not set
Summary: media-tv/mythtv-0.22 enable-xvmc-pro not set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MythTV Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-31 08:37 UTC by stardub
Modified: 2010-01-04 05:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stardub 2009-12-31 08:37:54 UTC
hi all,

since upgraded to mythtv-0.22 video is stuttering on my via cx700 chipset.




Reproducible: Always

Steps to Reproduce:
1. you need a via cx700(?) chipset
2. use video_cards_via
3. watch livetv or play a recording.

Actual Results:  
video is stuttering

Expected Results:  
play smooth...

fix:
enable the xvmc-pro flag and video goes smooth again!

--- mythtv-0.22_p22860.ebuild	2009-12-30 21:37:49.446604837 +0100
+++ /usr/portage/media-tv/mythtv/mythtv-0.22_p22860.ebuild	2009-11-19 06:53:24.000000000 +0100
@@ -108,7 +108,7 @@
 	#from bug #220857 and fixed for bug #292481
 	use xvmc && myconf="${myconf} --enable-xvmc --enable-xvmcw"
 	if use video_cards_via && use xvmc; then
-		myconf="${myconf} --enable-xvmc-vld --enable-xvmc-pro";
+		myconf="${myconf} --enable-xvmc-vld";
 	else
 		myconf="${myconf} --disable-xvmc-vld";
 	fi
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2010-01-04 05:24:02 UTC
fixed in mythtv-0.22_p23069