|
Revision 3f8b63067e9a8eb55f436b7a79bcc43136b9a71c, 280 bytes
(checked in by Jean-Paul Saman <jpsaman@videolan.org>, 2 years ago)
|
Support for X11 Unichrome and XvMC extensions. The patch includes hw codec and video_output module for testing on VIA boards (CLE266). Patch by Christophe Burgalat <c.burgalat _at_ broadcastavenue _dot_ com>
This patch is not tested yet and is disabled by default.
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
SOURCES_x11 = \ |
|---|
| 2 |
x11.c \ |
|---|
| 3 |
xcommon.c \ |
|---|
| 4 |
xcommon.h \ |
|---|
| 5 |
$(NULL) |
|---|
| 6 |
|
|---|
| 7 |
SOURCES_xvideo = \ |
|---|
| 8 |
xvideo.c \ |
|---|
| 9 |
xcommon.c \ |
|---|
| 10 |
xcommon.h \ |
|---|
| 11 |
$(NULL) |
|---|
| 12 |
|
|---|
| 13 |
SOURCES_glx = \ |
|---|
| 14 |
glx.c \ |
|---|
| 15 |
xcommon.c \ |
|---|
| 16 |
xcommon.h \ |
|---|
| 17 |
$(NULL) |
|---|
| 18 |
|
|---|
| 19 |
SOURCES_xvmc = \ |
|---|
| 20 |
xvmc.c \ |
|---|
| 21 |
xcommon.c \ |
|---|
| 22 |
xcommon.h \ |
|---|
| 23 |
$(NULL) |
|---|
| 24 |
|
|---|