On Sun, 2005-10-16 at 11:35 +0800, Zhao Junping wrote: > I have tried to run the example playing videos in both Redhat8 and > FedoraCore4,but failed > I need help to configure the DirectFB to play mpg/avi files. > The demo example is compiled ok,but there's error when running it: > CreateVideoProvider error [...], no sutiable implementation found > And these are my install steps: > First, install libmpeg3-0.7.* download from > http://heroinewarrior.com/movies.php3, [OK] > then, install DirectFB-0.9.22 [OK] > and, install DirectFB-extra [OK] > but I find there is only libdirectfbvideoprovider_v4l.so in the > {prefix}/lib/directfb-0.9.22/interfaces/IDirectFBVideoProvider > SO,HOW TO tell directFB that where is my libmpeg3? > > Any help will be appreciated much! a detail install step is much > better! >
When you installed libmpeg3, was it precompiled? Or did you compile it from source obtained at that site? If you downloaded only the binaries, you need to install the headers and all that. During compilation of DirectFB, you should be able to using the 'configure' script tell it where the library and headers are just view './configure --help' -- Nathanael D. Noblet Gnat Solutions, Inc http://www.gnat.ca/ T 250.385.4613 C 250.383.4613 _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
