Hello, I',m trying to play video in my C++ (DFB++ based) application, the same way, as it is done in DFB_extra samples, sample1 (the one without xine).
When I'm linking, I have to use gcc instead of g++ for file using direct_hash_create, direct_hash_insert, direct_hash_iterate, because of having problems with linking. (Changing gcc to g++ for linking the samples shows the same problem). After creating .c, calling extern "C" files, etc, I made it, but the application is still segfaulting, etc, cannot make it work. I can get some video info, but no playing. Do you have please some sample, some piece of code, about how to play a video file with DFB++? Or is DFB++ dead and I do have to use ++DFB? If yes, is there some sample? Thanks a lot Bu _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
