forked from Lainports/freebsd-ports
Video decoder CPU / VA-API / VDPAU
Video output VA-API / VDPAU
Audio FFMpeg / Alsa / Analog
Audio FFMpeg / Alsa / Digital
Audio FFMpeg / OSS / Analog
HDMI/SPDIF pass-through
YaepgHD support
Software deinterlacer Bob (VA-API only)
Autocrop
Grab image (VDPAU only)
Suspend
Letterbox, Stretch and Center cut-out video display modes
Note: currently doesn't support XV, only VDPAU or (optionally) VAAPI
WWW: http://projects.vdr-developer.org/projects/plg-softhddevice
12 lines
296 B
C
12 lines
296 B
C
--- a/video.c
|
|
+++ b/video.c
|
|
@@ -101,7 +101,9 @@
|
|
//#include <xcb/xcb_image.h>
|
|
//#include <xcb/xcb_event.h>
|
|
#include <xcb/xcb_atom.h>
|
|
+#if 0
|
|
#include <xcb/xcb_icccm.h>
|
|
+#endif
|
|
#ifdef XCB_ICCCM_NUM_WM_SIZE_HINTS_ELEMENTS
|
|
#include <xcb/xcb_ewmh.h>
|
|
#else // compatibility hack for old xcb-util
|