Opened 20 years ago
Closed 20 years ago
#708 closed defect (invalid)
DirectFB output will not be build with --enable-directfb
| Reported by: | Owned by: | beastd | |
|---|---|---|---|
| Priority: | normal | Component: | vo |
| Version: | 1.0rc1 | Severity: | normal |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
If you set the --enable-directfb the configure script will not search for the directfb header files. It will just complain that directfb.h has not been found and not compile directfb output
I fixed that by searching for the header files the same way configure tries to figure them out if no option has been set
Attachments (1)
Change History (3)
by , 20 years ago
| Attachment: | mplayer-1.0-directfb.patch added |
|---|
comment:1 by , 20 years ago
This will just add a way to search for the right header files when --enable-directfb is specified. This is needed on gentoo boxes to compile mplayer correctly
comment:2 by , 20 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
As configure states multiple times, whoever uses --enable flags is on his own, and current behaviour is as intended.

mplayer-1.0-directfb.patch