Search found 6 matches

Go to advanced search

by squaresugar
14 Dec 2011 08:31
Forum: Development around libVLC
Topic: Unable to static link libstdc++ for win32
Replies: 4
Views: 1207

Re: Unable to static link libstdc++ for win32

Renaming /mingw/lib/gcc/mingw32/4.6.1/libstdc++.dll.a to something else fixes the problem for me! guess that forces linking to the libstdc++.a. I don't know what happens to the compiler settings leading to this problem though.

anyway, after two days frustration, it's finally been solved!
by squaresugar
14 Dec 2011 04:49
Forum: Development around libVLC
Topic: Unable to static link libstdc++ for win32
Replies: 4
Views: 1207

Re: Unable to static link libstdc++ for win32

This is pretty weird.
I am sure using the TDM-gcc sljl, as I used the TDM installer and selected the component for sljl instead of the dw2.
by squaresugar
13 Dec 2011 17:30
Forum: Development around libVLC
Topic: Unable to static link libstdc++ for win32
Replies: 4
Views: 1207

Unable to static link libstdc++ for win32

Hi, Thanks to jb's guide (http://wiki.videolan.org/Win32CompileMSYSNew), I've been able to build vlc-1.1.11 *nearly* perfect. The only issue I have so far is the libqt4_plugin.dll does not link staticly with libgcc and libstdc++, since I can see libgcc_s_sjlj-1.dll and libstdc++-6.dll are loaded in ...
by squaresugar
11 Nov 2011 17:18
Forum: VLC media player for Windows Troubleshooting
Topic: .ts files
Replies: 12
Views: 563

Re: .ts files

try open with this url format:
file/ts:///path/to/yourfile.ts
by squaresugar
11 Nov 2011 10:33
Forum: VLC media player for Windows Troubleshooting
Topic: Black screen when build 1.1 master with latest contrib
Replies: 2
Views: 198

Re: Black screen when build 1.1 master with latest contrib

I find this problem happens particularly when playing with 1080p h264 video as my 720p h264 sample works just fine. regardless of the exact problems in libav or avcodec module, I've finally found a way to determine the libavcodec version in the release build. > strings libavcodec_plugin.dll | grep L...
by squaresugar
10 Nov 2011 17:27
Forum: VLC media player for Windows Troubleshooting
Topic: Black screen when build 1.1 master with latest contrib
Replies: 2
Views: 198

Black screen when build 1.1 master with latest contrib

I've built vlc-1.1.11, vlc-1.1.12 and vlc-1.1 master branch against this contrib-20111017-win32-bin-gcc-4.4.4-runtime-3.17-only.tar.bz2 all of them give me black screen when playing. however, 1.2.0-git master branch built against the same contrib has no this problem. After some digging, I find it's ...

Go to advanced search