Search found 5 matches

Go to advanced search

by luyv
11 May 2008 12:22
Forum: VLC media player for Windows Troubleshooting
Topic: H264 mp4 file not playing in VLC on wince
Replies: 0
Views: 431

H264 mp4 file not playing in VLC on wince

Hi all, I have compiled libavcodec.lib which including h264 decoder for Wince . I write a small application using this lib, and it works fine to decode .h264 file and display it. Then I compiled VLC with this lib for wince6.0 platform. But no picture is displayed, and I get the following error messa...
by luyv
11 Oct 2007 10:24
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling VLC with cegcc : redefinition of 'struct fd_set'
Replies: 14
Views: 1635

Re: Compiling VLC with cegcc : redefinition of 'struct fd_set'

Thanks for junkie_crew's suggestion, I'll try to get clear understanding of their dependencies. :roll:
by luyv
11 Oct 2007 06:32
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling VLC with cegcc : redefinition of 'struct fd_set'
Replies: 14
Views: 1635

Re: Compiling VLC with cegcc : redefinition of 'struct fd_set'

Thank you junkie_crew! Your advice did help! I comment the 'fd_set' definition in sys/type.h, and comment # include <sys/type.h> in sys/wcesocktypes.h, but then I get these errors: In file included from /opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/include/netinet/in.h:212, fr...
by luyv
10 Oct 2007 08:51
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling VLC with cegcc : redefinition of 'struct fd_set'
Replies: 14
Views: 1635

Re: Compiling VLC with cegcc : redefinition of 'struct fd_set'

And I have checked sys/types.h, # if !(defined (_POSIX_SOURCE) || defined (_WINSOCK_H) || defined (__USE_W32_SOCKETS) || defined (UNDER_CE)) # define _SYS_TYPES_FD_SET # define NBBY 8 /* number of bits in a byte */ /* * Select uses bit masks of file descriptors in longs. * These macros manipulate su...
by luyv
10 Oct 2007 08:42
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling VLC with cegcc : redefinition of 'struct fd_set'
Replies: 14
Views: 1635

Re: Compiling VLC with cegcc : redefinition of 'struct fd_set'

Hi, I also try to use Cegcc to compile VLC for WinCE. My configure is the same as jukie_crew, and referencing to jukie_crew's solution, I have added the prepocessor definition __USE_W32_SOCKETS to the compiling command.But I still get the error like follows: if gcc -mcpu=xscale -DHAVE_CONFIG_H -I. -...

Go to advanced search