On Wed, Jun 11, 2008 at 10:26 AM, Vincent Torri <[EMAIL PROTECTED]> wrote: > > Hey, > >> I'm a Google Summer of Code student and my task is the port of VLC >> media player on Windows CE, and I may have a bunch of libs to provide. >> I can already give libiconv. > > nice project ! > > In case it interests you, I plan to do the port of the following libraries > (I need them for the EFL (enlightenment fundation libraries)): > > zlib > libjpeg > freetype > libpng > maybe fontconfig, but I don't really need it > iconv
I need these too. Here's a list of the libraries I'll have to compile: http://wiki.videolan.org/Contrib_Status I won't compile all of them this summer, as I only need a few plugins at the moment, but I'll definitely have something to submit. > > for iconv, i used libiconv from the GNU project. It was a bit difficult to > compile it (the autotools are a pain in that case) and i didn't succeed in > building automatically the dll. I think I'll need to build it directly. Did > you easily build it ? I compiled it with mingw32ce, but I didn't test it seriously. I had to use errno.h, signal.h and locale.h from cegcc. > > Another question you can maybe answer: do you know how to create cab file on > linux ? With lcab and pocketpc-cab. I didn't try much, as I don't need to distribute yet, but I think it will work fine. Geoffroy Couprie ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Cegcc-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cegcc-devel
