Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: softdevice plugin



On Samstag, 17. April 2004 21:36, Hazem Hamed wrote:
> can I have some help please
> 
> I have problem when I try to run  make plugins to install the softdevice 
> plugin
> 
> this is the output of the make plugins command
> 
> 
> make[1]: Entering directory `/usr/src/VDR/PLUGINS/src/softdevice'
> g++ -O2 -Wall -Woverloaded-virtual -L/usr/lib/libavcodec  -c 
> -DPLUGIN_NAME_I18N='"softdevice"' -DDFB_SUPPORT -DFB_SUPPORT -DVIDIX_SUPPORT 
> -I../../../include -I../../../../DVB/include -I/usr/lib/libavcodec  
> `directfb-config --cflags`  softdevice.c
> /bin/sh: line 1: directfb-config: command not found

If you want directfb support you'll have to install directfb
If you like to have a different ouput method you have to adjust
softdevice's Makefile.

> In file included from softdevice.c:28:
> video-vidix.h:13:28: vidix/vidixlib.h: No such file or directory

If you want vidix support you'll need vidix.

Softdevice only supports one output method at a time which has
to be choosen via Makefile uncomments :-) .

> In file included from softdevice.c:28:
> video-vidix.h:17: error: 'VDL_HANDLE' is used as a type, but is not defined 
> as a type.
> video-vidix.h:18: error: 'vidix_playback_t' is used as a type, but is not 
> defined as a type.
> softdevice.c:29:1: warning: "VDEVICE" redefined

You selected multiple output methods, see above.

Stefan Lucke



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index