Search found 14 matches

Go to advanced search

by aik
23 Jan 2009 11:38
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile on Windows using Cygwin
Replies: 82
Views: 11374

Re: How to compile on Windows using Cygwin

QT4 problem link already exist in the guide.
You right :)
However the problem with "cannot find -lqjpeg" does not. Furthermore the fix (comment out Q_IMPORT_PLUGIN(qjpeg) in qt4.cpp) does help for the GIT version of VLC (it the very last, right?), but does NOT for vlc-0.9.8a. Any ideas?
by aik
21 Jan 2009 17:39
Forum: VLC media player for Windows Troubleshooting
Topic: how to stream AVI (XVID+MP3) VLC/win32 with no transcoding?
Replies: 2
Views: 1444

Re: how to stream AVI (XVID+MP3) VLC/win32 with no transcoding?

What error messages you get to VLC message log (Tools -> Messages...)? Seems to be my fault. The binaries from the site (vlc-0.9.8a-bin) work fine while my ones compiled from the GIT do not. If anybody is still interested in the topic, below are 2 logs for the latest (not working) version. I've pat...
by aik
21 Jan 2009 12:42
Forum: VLC media player for Windows Troubleshooting
Topic: how to stream AVI (XVID+MP3) VLC/win32 with no transcoding?
Replies: 2
Views: 1444

how to stream AVI (XVID+MP3) VLC/win32 with no transcoding?

I run 2 instances of VLC on the same machine and try streaming AVI file. No matter what I choose - MPEG-TS, OGG, MOV,... - HTTP, RTP, UDP - it does not stream - no data is on receiving side. Could anybody tell me any scenario which must stream AVI with DIVX+MP3 inside WITHOUT transcoding to another ...
by aik
12 Jan 2009 17:45
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile on Windows using Cygwin
Replies: 82
Views: 11374

Re: How to compile on Windows using Cygwin

My problem has gone when I totally reinstalled cygwin. The previous one was a pretty old (1.5 years or something) which I updated a week ago - looks like it differs a lot from the cygwin installed from the scratch. I was wrong. Not all the problems have gone on reinstallation - I did not check the ...
by aik
12 Jan 2009 17:40
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20467

Re: VLC 0.9.2 compiling problem: problem with qt4

by the way, the problem danish22 has is already be mentioned by me at begin of this post and a possible solution is that (at least it worked for me) on qatomic_windows.h line 392...modify the code into following #if defined(Q_CC_GNU) #include <windows.h> #endif #ifndef __INTERLOCKED_DECLARED extern...
by aik
26 Dec 2008 11:33
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile on Windows using Cygwin
Replies: 82
Views: 11374

Re: How to compile on Windows using Cygwin

My problem has gone when I totally reinstalled cygwin. The previous one was a pretty old (1.5 years or something) which I updated a week ago - looks like it differs a lot from the cygwin installed from the scratch.
by aik
24 Dec 2008 23:41
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile on Windows using Cygwin
Replies: 82
Views: 11374

Re: How to compile on Windows using Cygwin

Could you paste the problematic lines from file.am to here? I cannot define which file actually causes the problem. My understanding from the link on osdir is that macros like _plugin_la_SOURCES are expanded incorrectly (underscores instead of minuses or something like that). I am still thinking th...
by aik
23 Dec 2008 22:12
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile on Windows using Cygwin
Replies: 82
Views: 11374

Re: How to compile on Windows using Cygwin

Which tools? I read that thread, their solution was to download some source code package with ready "configure" script, so it did not require buildtools and bootstrap - but that is not our case, isn't it?
by aik
23 Dec 2008 17:39
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile on Windows using Cygwin
Replies: 82
Views: 11374

Re: How to compile on Windows using Cygwin

It is already unix-style (LF-0x0A only)
by aik
23 Dec 2008 13:15
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile on Windows using Cygwin
Replies: 82
Views: 11374

Re: How to compile on Windows using Cygwin

Which ones? I've chosen "unix" EOLs while setting up cygwin, and I did "git" under bash, so I do not expect problems at least here...
by aik
22 Dec 2008 19:05
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile on Windows using Cygwin
Replies: 82
Views: 11374

Re: How to compile on Windows using Cygwin

I recorded all my steps. It will be very appreciated if you do the same, then I'll compare, find the difference and tell everybody what the problem was in. Thanks a lot! bash-3.2$ echo $PATH /cygdrive/c/Program Files/Microsoft Visual Studio 8/Common7/IDE:/cygdrive/c/Program Files/Microsoft Visual St...
by aik
19 Dec 2008 14:39
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile on Windows using Cygwin
Replies: 82
Views: 11374

Re: How to compile on Windows using Cygwin

I would If I knew what you mean. I followed directions from the link... The only thing I did with git was "git clone git://git.videolan.org/vlc.git" what is actually checking source tree out, right?
by aik
18 Dec 2008 19:25
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile on Windows using Cygwin
Replies: 82
Views: 11374

Re: How to compile on Windows using Cygwin

I am a newbie so sorry if I am asking very stupid question :) I'm trying compiling the VLC player using this howto: http://wiki.videolan.org/Win32CompileCygwinNew However the process fails in the very beginning with about 8000 errors like you can see below. If to ignore all these errors and continue...

Go to advanced search