----- Original Message -----
Sent: Tuesday, September 26, 2006 9:59
AM
Subject: Re: [directfb-users] play
videos?
hi thanks....it seems to be
better....
but .... now i get:
In file included from
idirectfbvideoprovider_avifile.cpp:77:
/usr/include/avifile-0.7/fourcc.h:4:2:
warning: #warning Use #include "avm_fourcc.h"
instead
/usr/local/include/directfb-internal/core/surfaces.h: In function
'void* dfb_surface_data_offset(const CoreSurface*, void*, int, int,
int)':
/usr/local/include/directfb-internal/core/surfaces.h:212: warning:
pointer of type 'void *' used in
arithmetic
/usr/local/include/directfb-internal/core/surfaces.h:212:
warning: pointer of type 'void *' used in
arithmetic
/usr/local/include/directfb-internal/core/surfaces.h: In
function 'void dfb_surface_caps_apply_policy(CoreSurfacePolicy,
DFBSurfaceCapabilities*)':
/usr/local/include/directfb-internal/core/surfaces.h:221:
warning: invalid conversion from 'int' to
'DFBSurfaceCapabilities'
/usr/local/include/directfb-internal/core/surfaces.h:225:
warning: invalid conversion from 'int' to
'DFBSurfaceCapabilities'
/usr/local/include/directfb-internal/core/surfaces.h:229:
warning: invalid conversion from 'int' to
'DFBSurfaceCapabilities'
idirectfbvideoprovider_avifile.cpp: In function
'DFBResult
IDirectFBVideoProvider_AviFile_GetStreamDescription(IDirectFBVideoProvider*,
DFBStreamDescription*)':
idirectfbvideoprovider_avifile.cpp:187: error: 'struct
DFBStreamDescription::<anonymous>' has no member named
'apsect'
idirectfbvideoprovider_avifile.cpp: In function 'DFBResult
IDirectFBVideoProvider_AviFile_GetLength(IDirectFBVideoProvider*,
double*)':
idirectfbvideoprovider_avifile.cpp:364: error: 'class
avm::IAviPlayer' has no member named
'GetVideoLength'
idirectfbvideoprovider_avifile.cpp: In function 'DFBResult
Construct(IDirectFBVideoProvider*,
IDirectFBDataBuffer*)':
idirectfbvideoprovider_avifile.cpp:473: error:
'CreateAviPlayer' was not declared in this
scope
idirectfbvideoprovider_avifile.cpp:475: error: 'class
avm::IAviPlayer' has no member named 'SetDrawCallback2'
make[4]: ***
[idirectfbvideoprovider_avifile.lo] Fehler 1
make[4]: Leaving directory
`/root/DirectFB-extra/interfaces/IDirectFBVideoProvider'
make[3]: ***
[all-recursive] Fehler 1
make[3]: Leaving directory
`/root/DirectFB-extra/interfaces/IDirectFBVideoProvider'
make[2]: ***
[all-recursive] Fehler 1
make[2]: Leaving directory
`/root/DirectFB-extra/interfaces'
make[1]: *** [all-recursive] Fehler
1
make[1]: Leaving directory `/root/DirectFB-extra'
make: ***
[all-recursive-am] Fehler 2
################################################
after changing the "apsect" to aspect....there
occours another error...:
idirectfbvideoprovider_avifile.cpp: In function
'DFBResult IDirectFBVideoProvider_AviFile_GetLength(IDirectFBVideoProvider*,
double*)':
idirectfbvideoprovider_avifile.cpp:364: error: 'class
avm::IAviPlayer' has no member named
'GetVideoLength'
idirectfbvideoprovider_avifile.cpp: In function 'DFBResult
Construct(IDirectFBVideoProvider*,
IDirectFBDataBuffer*)':
idirectfbvideoprovider_avifile.cpp:473: error:
'CreateAviPlayer' was not declared in this
scope
idirectfbvideoprovider_avifile.cpp:475: error: 'class
avm::IAviPlayer' has no member named 'SetDrawCallback2'
make[4]: ***
[idirectfbvideoprovider_avifile.lo] Fehler 1
make[4]: Leaving directory
`/root/libAVI/DirectFB-extra-0.9.25/interfaces/IDirectFBVideoProvider'
make[3]:
*** [all-recursive] Fehler 1
make[3]: Leaving directory
`/root/libAVI/DirectFB-extra-0.9.25/interfaces/IDirectFBVideoProvider'
make[2]:
*** [all-recursive] Fehler 1
make[2]: Leaving directory
`/root/libAVI/DirectFB-extra-0.9.25/interfaces'
make[1]: ***
[all-recursive] Fehler 1
make[1]: Leaving directory
`/root/libAVI/DirectFB-extra-0.9.25'
make: *** [all] Fehler
2
####################################################################
i try the latest cvs of both (dfb and extra)
and i try to build the 0.9.25 package....same result...
what happens?
----- Original Message -----
Sent: Monday, September 25, 2006 7:03
PM
Subject: Re: [directfb-users] play
videos?
> The CVS version of DirectFB-extra requires the CVS version of
DirectFB.
> Therefore, if you have DirectFB-0.9.25 installed, you have
to install
> DirectFB-extra-0.9.25.
>
> [EMAIL PROTECTED]
wrote:
>>
>> Hi all,
>> i want to
build the directfb-extra package because i can not play any
>> video,
because of the message "no media provider...". So i think i have
>>
to build the
>> directfb-extra package. I get the latest cvs
version....and i am not
>> able to build it...i try a build on
debian....and got:
>>
>> In file included from
/usr/include/directfb-internal/core/state.h:35,
>>
from
>>
/usr/include/directfb-internal/display/idirectfbsurface.h:38,
>>
from idirectfbimageprovider_pnm.c:28:
>>
/usr/include/directfb/direct/serial.h: In function
'direct_serial_increase':
>>
/usr/include/directfb/direct/serial.h:63: warning: value computed is
not
>> used
>> idirectfbimageprovider_pnm.c: In function
'__rawpbm_getrow':
>> idirectfbimageprovider_pnm.c:195: warning:
pointer targets in passing
>> argument 4 of
'data->buffer->GetData' differ in signedness
>>
idirectfbimageprovider_pnm.c: In function '__rawpgm_getrow':
>>
idirectfbimageprovider_pnm.c:219: warning: pointer targets in
passing
>> argument 4 of 'data->buffer->GetData' differ in
signedness
>> idirectfbimageprovider_pnm.c: In function
'__rawppm_getrow':
>> idirectfbimageprovider_pnm.c:238: warning:
pointer targets in passing
>> argument 4 of
'data->buffer->GetData' differ in signedness
>>
idirectfbimageprovider_pnm.c: In function '__plainpbm_getrow':
>>
idirectfbimageprovider_pnm.c:259: warning: pointer targets in
passing
>> argument 4 of 'data->buffer->GetData' differ in
signedness
>> idirectfbimageprovider_pnm.c:259: warning: pointer
targets in passing
>> argument 4 of 'data->buffer->GetData'
differ in signedness
>> idirectfbimageprovider_pnm.c: In function
'__plainpgm_getrow':
>> idirectfbimageprovider_pnm.c:298: warning:
pointer targets in passing
>> argument 4 of
'data->buffer->GetData' differ in signedness
>>
idirectfbimageprovider_pnm.c:298: warning: pointer targets in
passing
>> argument 4 of 'data->buffer->GetData' differ in
signedness
>> idirectfbimageprovider_pnm.c: In function
'__plainppm_getrow':
>> idirectfbimageprovider_pnm.c:339: warning:
pointer targets in passing
>> argument 4 of
'data->buffer->GetData' differ in signedness
>>
idirectfbimageprovider_pnm.c:339: warning: pointer targets in
passing
>> argument 4 of 'data->buffer->GetData' differ in
signedness
>> idirectfbimageprovider_pnm.c: In function
'p_getheader':
>> idirectfbimageprovider_pnm.c:391: warning: pointer
targets in passing
>> argument 4 of 'data->buffer->GetData'
differ in signedness
>> idirectfbimageprovider_pnm.c:399: warning:
pointer targets in passing
>> argument 4 of
'data->buffer->GetData' differ in signedness
>>
idirectfbimageprovider_pnm.c: In function
>>
'IDirectFBImageProvider_PNM_RenderTo':
>>
idirectfbimageprovider_pnm.c:553: error: 'DIRenderCallbackResult'
>>
undeclared (first use in this function)
>>
idirectfbimageprovider_pnm.c:553: error: (Each undeclared identifier
is
>> reported only once
>>
idirectfbimageprovider_pnm.c:553: error: for each function it appears
in.)
>> idirectfbimageprovider_pnm.c:553: error: expected ';' before
'cb_result'
>> idirectfbimageprovider_pnm.c:620: error: 'cb_result'
undeclared (first
>> use in this function)
>>
idirectfbimageprovider_pnm.c:620: error: 'DIRCR_OK' undeclared
(first
>> use in this function)
>>
idirectfbimageprovider_pnm.c:621: warning: pointer targets in
passing
>> argument 2 of 'data->getrow' differ in
signedness
>> idirectfbimageprovider_pnm.c:634: error: too many
arguments to function
>> 'dfb_copy_buffer_32'
>>
idirectfbimageprovider_pnm.c:648: error: too many arguments to
function
>> 'dfb_scale_linear_32'
>>
idirectfbimageprovider_pnm.c:673: error: too many arguments to
function
>> 'dfb_scale_linear_32'
>>
idirectfbimageprovider_pnm.c: In function 'Construct':
>>
idirectfbimageprovider_pnm.c:772: warning: unused variable
'format_names'
>> idirectfbimageprovider_pnm.c: In
function
>> 'IDirectFBImageProvider_PNM_RenderTo':
>>
idirectfbimageprovider_pnm.c:684: warning: control reaches end of
>>
non-void function
>> make[3]: *** [idirectfbimageprovider_pnm.lo]
Fehler 1
>> make[3]: Leaving directory
>>
`/root/DirectFB-extra/interfaces/IDirectFBImageProvider'
>> make[2]:
*** [all-recursive] Fehler 1
>> make[2]: Leaving directory
`/root/DirectFB-extra/interfaces'
>> make[1]: *** [all-recursive]
Fehler 1
>> make[1]: Leaving directory
`/root/DirectFB-extra'
>> make: *** [all-recursive-am] Fehler
2
>> ##########################
>> the configure script
shows the following output at the end:
>>
>> Build
options:
>> Module
directory
${exec_prefix}/lib/directfb-0.9.25
>> Debug
mode
no
>> MMX
support
yes
>> Zlib
support
yes
>> FusionSound support
yes
>>
>> Building Image
Providers:
>>
Imlib2
no
>>
PNM
yes
>>
SVG
no
>>
BMP
yes
>>
>> Building Video
Providers:
>>
AviFile
yes
>>
Flash
no
>>
Libmpeg3
yes
>>
OpenQuicktime
no
>>
Xine
yes
>>
Swfdec
yes
>>
FFmpeg
no
>> ###########################################
>> what
happens? what do i have to do on debian 3.1 for playing mpg files
>>
and avi or swf files?
>> can anyaone help me? it is
urgent....thanks....
>>
>> PS:
>> mplayer is
able to play mpegs....but not using -vo directfb ....
>>
>>
>>
>> Marco C.
>
>
>
> --
> Regards,
> Claudio Ciccani
>
> [EMAIL PROTECTED]
> http://directfb.org
>
http://sf.net/projects/php-directfb
>
> _______________________________________________
>
directfb-users mailing list
> [email protected]
>
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
_______________________________________________
directfb-users
mailing
list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users