linux/video_decoder.h lost, drivers for Plextor ConvertX PX-TV402U no l Debian

A

Anonymous

Back in the days of Debian Etch, one could use the code and patches
(5, 6, 7, and 8) from Bender647's page:

https://home.comcast.net/~bender647/go7007

to compile a driver for the Wis chip Go7007 (i.e. Plextor ConvertX
PX-TV402U). No longer.

In squeeze, we get:

***** Using kernel source in /usr/src/linux-headers-2.6.32-5-amd64 *****

make modules -C /usr/src/linux-headers-2.6.32-5-amd64 M=/usr/local/src/wis-go7007-linux-0.9.8-2/kernel
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-5-amd64'
CC [M] /usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.o
/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.c:34:33: error: linux/video_decoder.h: No such file or directory
/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.c: In function ‘go7007_do_ioctl’:
/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.c:888: error: ‘DECODER_SET_NORM’ undeclared (first use in this function)
/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.c:888: error: (Each undeclared identifier is reported only once
/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.c:888: error: for each function it appears in.)
/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.c:953: error: ‘DECODER_SET_INPUT’ undeclared (first use in this function)
/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.c: In function ‘go7007_ioctl’:
/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.c:1370: warning: passing argument 4 of ‘video_usercopy’ from incompatible pointer type
/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.c: At top level:
/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.c:1499: warning: initialization from incompatible pointer type
make[4]: *** [/usr/local/src/wis-go7007-linux-0.9.8-2/kernel/go7007-v4l2.o] Error 1
make[3]: *** [_module_/usr/local/src/wis-go7007-linux-0.9.8-2/kernel] Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-5-amd64'
make: *** [all] Error 2

linux/video_decoder.h seems to be missing. Apt-file shows a file
named video_decoder.h in the libxine-dev package, but as soon as I
tried to pull that in things got real ugly.

Any idea what happened to video_decoder.h, or how to proceed?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top