Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102979 Details for
Bug 156605
media-video/mplayer-1.0_rc1 doesn't compile directfb output
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mplayer-1.0-directfb.patch
mplayer-1.0-directfb.patch (text/plain), 640 bytes, created by
Ben
on 2006-11-29 06:21:00 UTC
(
hide
)
Description:
mplayer-1.0-directfb.patch
Filename:
MIME Type:
Creator:
Ben
Created:
2006-11-29 06:21:00 UTC
Size:
640 bytes
patch
obsolete
>--- MPlayer-1.0rc1-orig/configure 2006-11-29 15:08:41.054749709 +0100 >+++ MPlayer-1.0rc1/configure 2006-11-29 15:06:40.000000000 +0100 >@@ -3748,7 +3748,8 @@ > dfb_ver = DIRECTFB_MAJOR_VERSION.DIRECTFB_MINOR_VERSION.DIRECTFB_MICRO_VERSION > ; > EOF >- if $_cc -E $TMPC $_inc_extra > "$TMPO"; then >+ if $_cc -E $TMPC -I/usr/local/include/directfb \ >+ -I/usr/include/directfb -I/usr/local/include -I/usr/include $_inc_extra > "$TMPO"; then > _directfb_version=`sed -n 's/^dfb_ver[^0-9]*\(.*\)/\1/p' "$TMPO" | tr -d '()'` > _dfb_major=`echo $_directfb_version | cut -d . -f 1` > _dfb_minor=`echo $_directfb_version | cut -d . -f 2`
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 156605
:
102979
|
102980
|
105697
|
105699