"*** Plugin softhddevice:
cc -g -O3 -Wall -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include/libdrm -I/usr/include/GL -I/usr/include/libdrm -I/usr/include/freetype2 -DPLUGIN_NAME_I18N='"softhddevice"' -D_GNU_SOURCE -DAV_INFO -DAV_INFO_TIME=3000 -DUSE_PIP -DUSE_MPEG_COMPLETE -DH264_EOS_TRICKSPEED -DUSE_VDR_SPU -DUSE_OSS -DUSE_GLX -DUSE_SCREENSAVER -DUSE_OPENGLOSD -DGIT_REV='"778556e"' -I/usr/local/src/vdr-2.2.0/include -g -W -Wall -Wextra -Winit-self -Wdeclaration-after-statement -c -o video.o video.c
video.c: In function ‘GetVDPAUDevice’:
video.c:9829:19: error: ‘VdpauDevice’ undeclared (first use in this function)
return (void*)VdpauDevice;
^
video.c:9829:19: note: each undeclared identifier is reported only once for each function it appears in
video.c: In function ‘GetVDPAUProcAdress’:
video.c:9832:19: error: ‘VdpauGetProcAddress’ undeclared (first use in this function)
return (void*)VdpauGetProcAddress;
^
video.c: In function ‘GetVDPAUOutputSurface’:
video.c:9836:19: error: ‘VdpauOsdOutputSurface’ undeclared (first use in this function)
return (void*)VdpauOsdOutputSurface[VdpauOsdSurfaceIndex];
^
video.c:9836:41: error: ‘VdpauOsdSurfaceIndex’ undeclared (first use in this function)
return (void*)VdpauOsdOutputSurface[VdpauOsdSurfaceIndex];
^
video.c: In function ‘VideoGetVideoSize’:
video.c:10674:41: warning: unused parameter ‘hw_decoder’ [-Wunused-parameter]
void VideoGetVideoSize(VideoHwDecoder * hw_decoder, int *width, int *height,
^
video.c: At top level:
video.c:462:13: warning: ‘VideoSetPts’ defined but not used [-Wunused-function]
static void VideoSetPts(int64_t * pts_p, int interlaced,
^
video.c:539:13: warning: ‘VideoUpdateOutput’ defined but not used [-Wunused-function]
static void VideoUpdateOutput(AVRational input_aspect_ratio, int input_width,
^
video.c:766:13: warning: ‘GlxSetupDecoder’ defined but not used [-Wunused-function]
static void GlxSetupDecoder(int width, int height, GLuint * textures)
^
video.c:853:13: warning: ‘GlxOsdInit’ defined but not used [-Wunused-function]
static void GlxOsdInit(int width, int height)
^
video.c:891:13: warning: ‘GlxOsdExit’ defined but not used [-Wunused-function]
static void GlxOsdExit(void)
^
video.c:914:13: warning: ‘GlxOsdDrawARGB’ defined but not used [-Wunused-function]
static void GlxOsdDrawARGB(int xi, int yi, int width, int height, int pitch,
^
video.c:967:13: warning: ‘GlxOsdClear’ defined but not used [-Wunused-function]
static void GlxOsdClear(void)
^
video.c:1309:25: warning: ‘VideoResolutionGroup’ defined but not used [-Wunused-function]
static VideoResolutions VideoResolutionGroup(int width, int height,
^
video.c:1408:13: warning: ‘AutoCropDetect’ defined but not used [-Wunused-function]
static void AutoCropDetect(AutoCropCtx * autocrop, int width, int height,
^
video.c: In function ‘GetVDPAUDevice’:
video.c:9830:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
video.c: In function ‘GetVDPAUProcAdress’:
video.c:9833:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
video.c: In function ‘GetVDPAUOutputSurface’:
video.c:9837:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
make[1]: *** [video.o] Fehler 1"