Search found 1534 matches

Go to advanced search

by markfm
05 Mar 2004 01:50
Forum: General VLC media player Troubleshooting
Topic: How to compile the plugin_wxwindows.dsp in win2000?
Replies: 1
Views: 611

I work from snapshots of VLC, the daily ones. They include the wxwindows plugin code. If you work from a daily snapshot, follow the install_win32.txt file, the whole things should build cleanly, with the wxwindows plugin. Note, I first tried working using the Msys environment with mingw compiler -- ...
by markfm
04 Mar 2004 03:56
Forum: VLC media player Feature Requests
Topic: Association de fichiers / File Association
Replies: 3
Views: 5355

Might not be too tough...

at a shell level, the basic commands to create a file association are just two lines: assoc .xyz=WhateverFileType ftype WhatEverFileType=c:\PathToMyApplication\MyApp.exe the_qualifiers If you have Windows, at a DOS prompt typing "assoc" will show the current list of file associations -- wh...
by markfm
24 Feb 2004 12:57
Forum: General VLC media player Troubleshooting
Topic: snapshot-20040222 Make error after libwxwindows_plugin_a41.o
Replies: 2
Views: 706

I'll try to find an earlier ld

My gcc is the same version, but ld comes up as 2.14.90 (20040120).

If that doesn't work, I'll switch to cygwin -- no biggie for me either way.

Thank you.
by markfm
24 Feb 2004 00:44
Forum: General VLC media player Troubleshooting
Topic: AC_DEFINE error during configure
Replies: 5
Views: 1158

Thank you

New snapshot, new error (new thread).
Mark
by markfm
23 Feb 2004 17:03
Forum: General VLC media player Troubleshooting
Topic: snapshot-20040222 Make error after libwxwindows_plugin_a41.o
Replies: 2
Views: 706

snapshot-20040222 Make error after libwxwindows_plugin_a41.o

Win2K pro, with the following environment: MSYS-1.0.10-rc-4.exe, msys-libtool-1.5.tar.bz2, msysDTK-1.0.1.exe, MinGW-3.1.0-1.exe, gcc-core-3.3.1-20030804-1.tar.gz, msys-autoconf-2.59.tar.bz2 msys-automake-1.8.2.tar.bz2, binutils-2.14.90-20040120-1.tar.gz directx-devel.tar, w32api-2.5.tar.gz (the newe...
by markfm
23 Feb 2004 15:14
Forum: VLC stream-output (sout)
Topic: Video streaming in windows?
Replies: 5
Views: 2494

1. For the VLC streamer (server), where you check the UDP output method try an address of, for instance, 239.20.30.40 (239.20.30.40, port 1234) 2. On the same tab where you select that you want UDP output, near the bottom is "Transcoding Options". Make sure you check the video box, and pic...
by markfm
23 Feb 2004 13:51
Forum: General VLC media player Troubleshooting
Topic: Cygwin make error
Replies: 8
Views: 1265

Snapshot missing a file

There's a newer snapshot, with a playlist.h file in the directory where the make was going bad. (the errors were a lack of a header file, referencing the "undeclared" functions that appear in the other .c files)
by markfm
23 Feb 2004 00:31
Forum: General VLC media player Troubleshooting
Topic: Cygwin make error
Replies: 8
Views: 1265

I just had precisely the same error set crop up, trying to compile under mingw, current snapshot of vlc. The "undeclared" functions that playlist.c is generating errors against appear to be in the other .c files in that directory. (old.c, pls.c, m3u.c). No clue how to tell playlist.c that ...
by markfm
23 Feb 2004 00:03
Forum: General VLC media player Troubleshooting
Topic: AC_DEFINE error during configure
Replies: 5
Views: 1158

No joy...compile error during make..

I downloaded the latest snapshot, 20040219. Configure generates a few warnings (not happy with dshow.h and EbmlVersion.h, "present but cannot be compiled"), but seems to get through OK. I start the Make -- misc. variable cast warnings, no biggie, then: make[6]: Entering directory `/project...

Go to advanced search