Search found 34 matches

Go to advanced search

by gg940231
19 Jun 2009 11:58
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.0.0-rc1 builds for Windows
Replies: 41
Views: 24429

Re: VLC 1.0.0-rc1 builds for Windows

Contrib-Library can provide the source code and how to compile ?
by gg940231
11 Jun 2009 04:58
Forum: VLC media player for Windows Troubleshooting
Topic: Error:undefined reference to `_avcodec_init' ==>OK
Replies: 8
Views: 2104

Re: Error:undefined reference to `_avcodec_init'

Thanks And trying http://people.videolan.org/~xtophe/debian/mingw/ 1) sudo dpkg -i /var/cache/apt/archives/mingw32-runtime_3.15.2-0videolan1_all.deb 2) cd extras/contrib ./bootstrap i586-mingw32msvc 3) cd extras/contrib/src make .ffmpeg ===> OK 4) cd vlc-0.9.9a make ==>ok make package-win32-base ==>ok
by gg940231
10 Jun 2009 09:27
Forum: VLC media player for Windows Troubleshooting
Topic: Error:undefined reference to `_avcodec_init' ==>OK
Replies: 8
Views: 2104

Re: Error:undefined reference to `_avcodec_init'

1) cd extras/contrib ./bootstrap i586-mingw32msvc (Replaces “./bootstrap” with “./bootstrap i586-mingw32msvc” ) 2) cd extras/contrib/src make .ffmpeg error:: ERROR: MinGW runtime version must be >= 3.15. 3) /usr/i586-mingw32msvc/include/_mingw.h #define __MINGW32_VERSION 3.13 #define __MINGW32_MAJOR...
by gg940231
10 Jun 2009 04:57
Forum: VLC media player for Windows Troubleshooting
Topic: Error:undefined reference to `_avcodec_init' ==>OK
Replies: 8
Views: 2104

Re: Error:undefined reference to `_avcodec_init'

So , what can I do ? 1)Modify ffmpeg/configure extern_prefix=_ ==>> add echo "#define EXTERN_PREFIX \"${extern_prefix}\"" >> $TMPH 2) make .ffmpeg ==> config.h : #define EXTERN_PREFIX "_" make ok 3)nm ../lib/libavcodec.a | grep avcodec_init 00000fd0 T avcodec_init
by gg940231
09 Jun 2009 05:35
Forum: VLC media player for Windows Troubleshooting
Topic: Error:undefined reference to `_avcodec_init' ==>OK
Replies: 8
Views: 2104

Re: Error:undefined reference to `_avcodec_init'

There is no "_avcodec_init" , but "avcodec_init" .

nm ../lib/libavcodec.a | grep avcodec_init
00000fd0 T avcodec_init


/////////////////////////////////////////
BUT,make .ffmpeg in CYGWIN,is OK,
nm ../lib/libavcodec.a | grep avcodec_init
00001147 T _avcodec_init
by gg940231
08 Jun 2009 11:31
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error:undefined reference to `_avcodec_init'
Replies: 2
Views: 1226

Re: Error:undefined reference to `_avcodec_init'

contrib-20090219-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2 IS OK

but,I want to make .ffmpeg ......,how to build ffmpeg lib ???
by gg940231
08 Jun 2009 09:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error:undefined reference to `_avcodec_init'
Replies: 2
Views: 1226

Error:undefined reference to `_avcodec_init'

Ubuntu 9.04 + mingw + vlc099a + contrib-20090219-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2 + WINXP 1. sudo apt-get install apt-file mingw32 mingw32-binutils ming32-runtime libgnutls-dev libgcrypt-dev libtool autoconf libdvdread-dev tofrodos build-essential subversion 2. ln -s /usr/lib/gcc/i...
by gg940231
05 Jun 2009 09:59
Forum: VLC media player for Windows Troubleshooting
Topic: Error:undefined reference to `_avcodec_init' ==>OK
Replies: 8
Views: 2104

Error:undefined reference to `_avcodec_init' ==>OK

Ubuntu 9.04 + mingw + vlc099a + contrib-20090219-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2 + WINXP 1. sudo apt-get install apt-file mingw32 mingw32-binutils ming32-runtime libgnutls-dev libgcrypt-dev libtool autoconf libdvdread-dev tofrodos build-essential subversion 2. ln -s /usr/lib/gcc/i...
by gg940231
02 Jun 2009 11:18
Forum: VLC media player for Windows Troubleshooting
Topic: having problem compiling vlc
Replies: 1
Views: 302

Re: having problem compiling vlc

ln -s libgcc.a libgcc_s.a ====>>>> make ok
by gg940231
02 Jun 2009 08:31
Forum: VLC media player for Windows Troubleshooting
Topic: having problem compiling vlc
Replies: 1
Views: 302

having problem compiling vlc

Ubuntu 9.04 + mingw32 + vlc-0.9.9a + contrib-20090219-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2 bootstrip ====>>>> ok config.log : ......... This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by vlc co...
by gg940231
25 May 2009 12:03
Forum: VLC media player for Windows Troubleshooting
Topic: having problem compiling vlc
Replies: 2
Views: 814

Re: having problem compiling vlc

NEW ERROR::: Administrator@LENOVO-22D66FE6 /c/VLC/vlc $ ./bootstrap ++ dirname ./bootstrap + cd . + ACLOCAL_ARGS=-I m4 + test -d extras/contrib/bin ++ pwd + PATH=/c/VLC/vlc/extras/contrib/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Program Files/S...
by gg940231
25 May 2009 10:47
Forum: VLC media player for Windows Troubleshooting
Topic: having problem compiling vlc
Replies: 2
Views: 814

Re: having problem compiling vlc

Update your autoconf, automake and libtool by downloading and installing them. http://downloads.sourceforge.net/mingw/autoconf2.5-2.61-1-bin.tar.bz2 http://downloads.sourceforge.net/mingw/automake1.10-1.10-1-bin.tar.bz2 http://downloads.sourceforge.net/mingw/libtool1.5-1.5.25a-1-bin.tar.bz2 tar ===>...
by gg940231
25 May 2009 09:27
Forum: VLC media player for Windows Troubleshooting
Topic: having problem compiling vlc
Replies: 2
Views: 814

having problem compiling vlc

http://wiki.videolan.org/Win32CompileMSYSNew ...... Gcrypt You need gcrypt to bootstrap VLC. It might be stupid, but deal with it. cd extras/contrib ./bootstrap cd src make .gcrypt ....... Administrator@LENOVO-22D66FE6 /c/VLC/vlc/extras/contrib $ ./bootstrap ++ gcc -dumpmachine + BUILD=mingw32 + tes...
by gg940231
29 Apr 2009 04:20
Forum: VLC media player for Windows Troubleshooting
Topic: Error: make src
Replies: 6
Views: 841

Re: Error: make src

GIT version , make .ffmpeg ==> error : ............ faac ==> make ok lame ==> make ok ............ /usr/bin/wget -c --passive http://user.cs.tu-berlin.de/~jutta/gsm/gsm-1.0.12.tar.gz --2009-04-29 10:05:37-- http://user.cs.tu-berlin.de/~jutta/gsm/gsm-1.0.12.tar.gz Resolving user.cs.tu-berlin.de... 13...
by gg940231
29 Apr 2009 04:02
Forum: VLC media player for Windows Troubleshooting
Topic: Error: make src
Replies: 6
Views: 841

Re: Error: make src

So ,What environment do you recommend it ? FC8 / mingw ??? GIT version , make src ==> error : make -C src make[1]: Entering directory `/home/vlc/extras/contrib/src' .................... .................... /usr/bin/wget -c --passive http://heanet.dl.sourceforge.net/sourceforge/freetype/freetype-2.3...
by gg940231
28 Apr 2009 10:58
Forum: VLC media player for Windows Troubleshooting
Topic: Error: make .ffmpeg
Replies: 5
Views: 1016

Re: Error: make .ffmpeg

Someone help me
by gg940231
28 Apr 2009 10:56
Forum: VLC media player for Windows Troubleshooting
Topic: Error: make src
Replies: 6
Views: 841

Re: Error: make src

FFmpeg/libavcodec.a is too big (5MB).
I want to reducte code .
by gg940231
28 Apr 2009 03:39
Forum: VLC media player for Windows Troubleshooting
Topic: Error: make src
Replies: 6
Views: 841

Error: make src

cygwin + winxp + vlc-0.9.9a C:\cygwin\home\vlc-0.9.9a\extras\contrib ./bootstrap make src ===>> error: make -C src make[1]: Entering directory `/home/vlc-0.9.9a/extras/contrib/src' (cd freetype2; ./configure --target=i686-pc-mingw32 --disable-pic --disable-shared --prefix=/home/vlc-0.9.9a/extras/con...
by gg940231
23 Apr 2009 03:12
Forum: VLC media player for Windows Troubleshooting
Topic: Error: make .ffmpeg
Replies: 5
Views: 1016

Re: Error: make .ffmpeg

SVN OK , 3 files: 1) /usr/bin/svn co svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg -r 15594 2) /usr/bin/wget -c --passive http://heanet.dl.sourceforge.net/sourceforge/faac/faa c-1.26.tar.gz 3) /usr/bin/wget -c --passive http://heanet.dl.sourceforge.net/sourceforge/lame/lam e-3.98b8.tar.gz faac ==>make ...
by gg940231
22 Apr 2009 12:45
Forum: VLC media player for Windows Troubleshooting
Topic: Error: make .ffmpeg
Replies: 5
Views: 1016

Re: Error: make .ffmpeg

error: ................. libswscale/swscale.c: In function `sws_format_name': libswscale/swscale.c:472: error: `PIX_FMT_VDPAU_H264' undeclared (first use in t his function) libswscale/swscale.c:472: error: (Each undeclared identifier is reported only on ce libswscale/swscale.c:472: error: for each f...
by gg940231
21 Apr 2009 09:37
Forum: VLC media player for Windows Troubleshooting
Topic: Error: make .ffmpeg
Replies: 5
Views: 1016

Error: make .ffmpeg

cygwin + winxp + vlc-0.9.8a /home/vlc-0.9.8a/extras/contrib/src $ make .ffmpeg /usr/bin/svn co svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg -r 15594 svn: ?\230?\151?\160?\230?\179?\149?\232?\191?\158?\230?\142?\165?\228?\184?\187 ?\230?\156?\186?\226?\128?\156svn.mplayerhq.hu?\226?\128?\157: Connectio...
by gg940231
15 Apr 2009 10:46
Forum: VLC media player for Windows Troubleshooting
Topic: How to do code coverage testing ?
Replies: 1
Views: 128

How to do code coverage testing ?

How to do code coverage testing ? vlc-0.9.8a + cygwin + winxp configure-vlc01.sh: #full script PATH=/usr/win32/bin:$PATH \ PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS="-L/usr/win32/lib -lwsock32 "\ CC="gcc ...
by gg940231
10 Apr 2009 11:10
Forum: VLC media player for Windows Troubleshooting
Topic: rtsp stream:VLC delay 3 second,but mplayer delay 1 second ?
Replies: 0
Views: 478

rtsp stream:VLC delay 3 second,but mplayer delay 1 second ?

vlc-0.9.8a + cygwin + winxp :
play rtsp stream:VLC delay 3 second,but mplayer delay 1 second ?
by gg940231
06 Apr 2009 10:04
Forum: VLC media player for Windows Troubleshooting
Topic: Error:Play another media synchronously
Replies: 1
Views: 268

Error:Play another media synchronously

VLC : 0.9.8a + cygwin + winxp play rtsp_video stream , and under “Show more options” / "Play another media synchronously" Extra media , play rtsp_audio stream , video is ok , but audio error. .................. main error: demux doesn't like DEMUX_GET_TIME main error: demux doesn't like DE...

Go to advanced search