* ./debian/rules: the deprecated vlc-* packages have a proper link to
/usr/share/doc/vlc/.
2003-02-16 Sunday 16:58 ipkiss
* added an entry for the "subtitles don"t work on windows" problem
2003-02-16 Sunday 16:22 jpsaman
Updated release numbering for all ipk's
2003-02-16 Sunday 16:21 jpsaman
Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320).
2003-02-16 Sunday 14:51 fenrir
* udp: forgot this file...
2003-02-16 Sunday 14:10 fenrir
* all: split muxer and access into independant part.
2003-02-16 Sunday 14:03 fenrir
* Less checks on muxer type.
2003-02-16 Sunday 11:18 fenrir
* adpcm: added dk3 too.
2003-02-16 Sunday 10:25 sigmunau
Added support for volume up/down buttons.
2003-02-16 Sunday 09:50 fenrir
* adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me
somes samples.)
2003-02-16 Sunday 08:56 fenrir
* all: fix mpeg2 handling.
2003-02-16 Sunday 01:38 titer
NEWS: updated BeOS info for 0.5.1
2003-02-16 Sunday 01:29 massiot
* modules/gui/macosx/open.m: Removed channel server support
* po/*: Updated po files just before the 0.5.1 release
* modules/audio_filter/resampler/linear.c: fixed an initialization bug
2003-02-15 Saturday 20:02 jpsaman
Update iPaq packaging description files for:
- GPE port
- Opie port
- Zaurus
Updated NEWS file with OPIE port.
2003-02-15 Saturday 13:50 massiot
* Bumped up revision number to 0.5.1
* Updated French translation
2003-02-15 Saturday 12:57 hartman
* if we are paused in fullscreen, show cursor.
2003-02-15 Saturday 04:43 ipkiss
- fixed a vicious bug
2003-02-14 Friday 23:07 hartman
* Should fix an issue with multiple monitors and the hiding of the mousecursor
2003-02-14 Friday 18:22 sam
* ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142).
Set priority of sdl video output to 60 iso 40. So it is now the default choice for iPaq iso x11.
2002-12-23 Monday 17:22 bozo
Little fixes.
2002-12-23 Monday 16:21 massiot
Fixed my fix :p.
2002-12-23 Monday 16:05 massiot
Fixed a side-effect bug with IPv6 addresses (thanks Xag).
2002-12-23 Monday 15:39 jpsaman
Familiar interface now uses define NEED_GTK_MAIN define.
2002-12-23 Monday 15:39 massiot
Fixed an IPv6-related bug (thanks Xag).
2002-12-23 Monday 13:58 massiot
Cosmetic (thanks Heiko).
2002-12-23 Monday 13:49 massiot
Cosmetic.
2002-12-22 Sunday 23:23 jpsaman
Use SDL output as default for iPaq.
2002-12-22 Sunday 21:46 jpsaman
Typing file locations in URL combo without "file://" prefix is possible again.
2002-12-22 Sunday 21:08 jpsaman
Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.
2002-12-22 Sunday 17:08 sam
* ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
recalculation (spotted by KKI).
2002-12-21 Saturday 11:20 sigmunau
first shot at a file info dialog for the wxwindows interface. It still
needs to get a sane default size and some cleanups of the code, but I commit
now in case anyone wants it during cristmas
2002-12-20 Friday 21:33 jpsaman
Defenitely fixed segmentation fault on directory change.
2002-12-20 Friday 15:18 sigmunau
removed the code that was not supposed to be in my last commit
2002-12-20 Friday 14:28 jpsaman
Fixed path to pixmaps for GPE menu system.
2002-12-20 Friday 07:35 yves
fixed my entry.
2002-12-20 Friday 07:35 yves
- added rawdv plugin.
- make it working again with daily CVS snapshot.
- some typos fixed.
- better workaround for broken mdk configure macro (aka don't harcore arch in name).
2002-12-19 Thursday 23:23 sigmunau
* modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
* modules/codec/vorbis.c: parse the vorbis comment (can anyone tell me why the
comment is embedded in the logical stream and not directly in the
container?). The vorbis comments are in utf8, so extended characters
currently get messed up.
Still tring to close #51
2002-12-19 Thursday 17:29 massiot
Fixed an HTTP compliance issue (thanks Xag).
2002-12-19 Thursday 16:59 sigmunau
the avi demux now gives some info about the file being played. One step
towards closing bug #51. Type 'info' in the rc interface to test.
2002-12-18 Wednesday 17:52 gbazin
* src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
"sout-audio" config option that allows to selectively enable audio or
video stream output. This is very useful if you want to play video on
one computer and audio on another one ;)
2002-12-18 Wednesday 16:33 fenrir
* mpeg4video: repeat vol headers every 30 frames (But it is buggy)
2002-12-18 Wednesday 16:31 fenrir
* video.c: with mpeg4 stream, we try to decode a picture only when we have
received an header (vol). (It prevents some segfaults with mpeg4 streaming).
2002-12-18 Wednesday 16:27 fenrir
* ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
Becareful that up to now, it's more a hack. (I need to add SL streams
managments)
2002-12-18 Wednesday 16:16 sam
* ./modules/demux/avi/libavi.c: added an additional sanity check for
corrupted headers.
2002-12-18 Wednesday 15:52 fenrir
* libavi.c: a sanity check to prevent some segfault with corrupted
header.
2002-12-18 Wednesday 15:03 sam
* ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
tells what libavcodec build it was built with.
2002-12-18 Wednesday 14:17 sam
* fixed several format string inconsistencies and deprecated C constructions.
2002-12-18 Wednesday 12:18 sam
* ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
prototype.
2002-12-18 Wednesday 11:47 sam
* ./include/vlc_messages.h: msg_* functions now use the same argument type
checks as printf. Only works with gcc 3.2 it seems.
2002-12-18 Wednesday 09:27 sam
* ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
* ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution,
thanks to Stepan Roh for spotting this.
2002-12-18 Wednesday 08:08 gbazin
* src/video_output/video_output.c: fixed a bug concerning the aspect
ratio in vout_Request().
* INSTALL.win32: small update to the documentation.
2002-12-18 Wednesday 01:34 fenrir
* mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.
2002-12-17 Tuesday 21:58 fenrir
* bits.h: fixed a stupid bug.
* ts.c: removed an unused variable.
2002-12-17 Tuesday 21:15 gbazin
* modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
didn't find a way to detect correctly a raw dv file so for now we just
check the file extension (.dv). You can additionaly force this demuxer.
PS: the ffmpeg plugin works quite well for decoding dv videos.
2002-12-17 Tuesday 21:04 jpsaman
Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0 still needs to be done.
2002-12-17 Tuesday 14:39 sam
* ./bootstrap: added warning messages for old automake versions.
2002-12-17 Tuesday 09:54 sam
* ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.
2002-12-16 Monday 23:25 massiot
Fixed (again) a rendering bug on big endian systems. :-p
2002-12-16 Monday 22:06 jpsaman
Cleanup action.
2002-12-16 Monday 21:48 jpsaman
Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.
2002-12-16 Monday 20:18 titer
Fixed a possible crash.
2002-12-16 Monday 18:30 gbazin
* modules/demux/ogg.c: added support for the old type of headers produced by the first
versions of OggDS.
2002-12-16 Monday 16:48 gbazin
* modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
the "server-port" config variable in the access plugins. access_output plugins will now
pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks
Meuuh)
2002-12-16 Monday 15:17 fenrir
* compilation fix for Os X.
2002-12-16 Monday 13:04 fenrir
* libavi.c: improved parsing of some corrupted files.
2002-12-16 Monday 10:49 fenrir
Should fix compilation/configuration with --with-ffmpeg options.
2002-12-16 Monday 00:41 babal
- disc.* : a few enhancements in the design of the "open disc" dialog
box, including the ability to select dvd menus instead of a particular
title and chapter
- preferences.dfm : multiline tabs
2002-12-15 Sunday 23:39 fenrir
* modules/mux/mpeg/*: should fix builtin compilation
* modules/access/ftp.c : an ftp access, buggy but it begins to work.
The main issue is about password confidentiality so you must know
what you are doing :((
2002-12-15 Sunday 22:55 yves
you can now build RPMs.
(ffmpeg still not working properly cause configure.ac seems to sucks)
2002-12-15 Sunday 22:54 jpsaman
Packaging files for Familiar GPE and OPIE releases.
2002-12-15 Sunday 22:48 jpsaman
Familiar interface build with GPE support does not use NEED_GTK_MAIN.
2002-12-15 Sunday 22:45 jpsaman
Make distinction between GPE and GTK_NEED_MAIN way of handling interface.
Trying to fix change directory crash while entering keys in combobox.
2002-12-15 Sunday 22:45 ipkiss
I forgot this file in my previous commit...
2002-12-15 Sunday 20:48 jpsaman
Fix crash on directory change.
2002-12-15 Sunday 18:37 ipkiss
* ./modules/gui/wxwindows: added a log window
2002-12-15 Sunday 16:28 gbazin
* include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used
later on by the object variables functions. I'm adding it now because it also happens to
solve a binary compatibility problem between gcc and bcc. (depending on compilers,
structs of 32 < size <= 64 bits can be returned either in a register or in the stack).
2002-12-14 Saturday 23:17 jpsaman
Fix for building Familiar interface with libgpewidget0 library.
2002-12-14 Saturday 22:33 fenrir
* libvlc.h: Fix mux/access_output options.
2002-12-14 Saturday 21:32 fenrir
Added stream output. (common work with titer).
2002-12-14 Saturday 19:43 gbazin
* src/libvlc.c: oops, forgot to remove a debug message.
2002-12-14 Saturday 19:34 gbazin
* src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
vlc_object_get() now increments the refcount of the object so you'll need to release
the object at some point.
* src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
which points to a vlc_list_t.
2002-12-14 Saturday 19:19 gbazin
* src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
2002-12-14 Saturday 18:57 fenrir
* all: with mpeg4 video I changed the way that some initialisation data
are passed (more logical).
2002-12-14 Saturday 01:05 babal
- support for Windows style file names for relative paths
- when eol_tok is '\n', use last line even if eol_tok isn't present
2002-12-13 Friday 22:11 yves
adaptation for 0.5 branch. almost working :)
2002-12-13 Friday 17:05 babal
- * : start playing only when opening a stream from the main window;
when opening it from the playlist window, add it to the list, but
don't change anything to the playing state and current stream.
- playlist.dfm : proper resizing behaviour
2002-12-13 Friday 16:26 babal
- vlc_playlist.h, playlist.c: added the ability to save a playlist to
and restore it from a file chosen by the user.
- win32/*:
- implementation of the previous feature in the win32 interface
> -> what the other interfaces need to do to support it is simply to
> call the two following functions:
> int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
> int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
> where psz_filename is the name of the destination/source file.
- ability to open several files at a time
2002-12-13 Friday 10:09 sam
* ./Makefile.am: added missing files for make dist.
* ./configure.ac.in: removed unpopular warnings.
* ./po/*: updated potfiles.
2002-12-13 Friday 03:52 videolan
* ./modules/win32/menu.cpp: reorganized the code for menus generation,
and got rid of the global variable (at last!) in the win32 interface.
Please check that navigation and language selection aren't too much
broken for DVDs...
2002-12-13 Friday 01:56 gbazin
* ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified
to use this new type.
2002-12-13 Friday 01:50 gbazin
* modules/gui/wxwindows/*: added skeleton for popup contextual menu.
* modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning
fixes.
2002-12-12 Thursday 15:23 gbazin
* src/input/input.c: forgot to commit this during my last commit :p
2002-12-12 Thursday 15:10 gbazin
* src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
input_thread_t (initialised to DEFAULT_PTS_DELAY).
* modules/access/*: i_pts_delay is now configurable on an access module basis. The pts
delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2
seconds worth of caching.
2002-12-12 Thursday 13:09 sam
* ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
builds.
2002-12-12 Thursday 12:24 sam
* ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.
2002-12-12 Thursday 11:37 ipkiss
* ./modules/gui/win32: added management for "float" config options
(thanks Garf)
2002-12-12 Thursday 11:29 massiot
Fixed a possible deadlock.
2002-12-12 Thursday 10:56 garf
* fixed one or two things (thanks sam)
2002-12-11 Wednesday 21:50 jpsaman
Fixed qte video output segmentation fault during initialization.
The following things have still to be fixed:
- segmentation fault on destroy
- video placing and
- orientation
- video line spacing is wrong
2002-12-11 Wednesday 20:13 fenrir
* all: access plugins should not modify
p_input->stream.p_selected_area->i_tell when reading data. (It's done in
input_SplitBuffer). (But access should still set it on a "seek")
2002-12-11 Wednesday 17:27 bozo
New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.
2002-12-10 Tuesday 23:34 gbazin
* modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
2002-12-10 Tuesday 21:55 gbazin
* src/audio_output/filters.c: fix for resampler buffer size.
2002-12-10 Tuesday 18:22 gbazin
* ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable
doesn't exist, but the rest of the code wasn't updated according to this new behaviour.
* modules/audio_output/waveout.c: changed a few error messages into warning messages.
2002-12-10 Tuesday 15:51 ipkiss
* ./modules/gui/win32: deletd a dependancy with a global variable
2002-12-10 Tuesday 14:19 gbazin
* include/configuration.h: fixed my previous fix.
2002-12-10 Tuesday 12:46 gbazin
* configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
* include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
to put things in the stack instead of the data segment.
2002-12-10 Tuesday 10:22 fenrir
ffmpeg: adapted to current cvs version. It should still compile with older
one (Please reports if it doesn't).
2002-12-10 Tuesday 00:02 gitan
fixed a segfault under windows.
2002-12-09 Monday 23:37 gbazin
* include/configuration.h: rolled back the last changes made to this file. There is no
sense in manually initializing all the fields of module_config_t as it will be done by the
compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
that manually initializes structures to 0.
2002-12-09 Monday 21:37 jpsaman
Syncing functionality with vlc-0.4.6
2002-12-09 Monday 21:36 jpsaman
Fixed segfault in Qt Embedded Video Output.
2002-12-09 Monday 13:37 titer
* AudioOutput.cpp: added sanity tests;
* VlcWrapper.h, Interface.cpp: removed an unused variable.
2002-12-09 Monday 07:57 titer
* AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
audio output;
* VlcWrapper.cpp: handle volume using aout3 features.
2002-12-09 Monday 03:36 titer
Default re-enabled dvd module.
--disable-dvd works anyway.
2002-12-09 Monday 00:52 babal
- new headphone channel mixer with virtual spatialization effect : This
effect should give you the feeling that you stands in a real room with
a complete 5.1 speaker set when using only a headphone, providing a
more realistic sound experience. It should also be more comfortable
and less tiring when listening to music for long periods of time.It
works with any source format from mono to 5.1.
-> please try it and feel free to give me some feedback. Some
improvements are already planned (adding echo, more configuration
options, ...).
NB: whereas the filter itself is in a (very first) stable version, the
way it is integrated to the filter chain is only a _temporary_ hack
since it's the audio ouput core (input.c actually) which is directly
responsible for it. Integrating it in a more suitable way will
probably require some work on the way the filters are selected as
well as on the configuration level, but I'm working on it :)
2002-12-08 Sunday 23:38 massiot
* Updated aout3 developer doc.
* Reworked the Open... menu items, and added the ability to use libdvdplay.
* Sound output menu is now under Controls.
2002-12-08 Sunday 21:05 jpsaman
Fixed build and linking for qte video output and made modifications to iPaq packaging files.
2002-12-08 Sunday 19:56 gbazin
* modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop
yet). Compilation fix for MacOSX as well (wxEntry() not declared).
* src/misc/variables.c: added a FreeMutex() function.
2002-12-08 Sunday 16:16 jpsaman
- Updated Maintainers file
- fixed --disable-dvd, it did not work
- updated iPaq familiar buildscripts
2002-12-08 Sunday 14:47 gbazin
* configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.
2002-12-08 Sunday 05:30 jlj
* ALL: Under Jaguar, vout no longer depends on any specific MacOS X
intf. wxWindows should work (not tested). Closes #33.
2002-12-08 Sunday 00:41 massiot
New vlc_thread_set_priority function, to set the priority of the main
thread.
2002-12-07 Saturday 23:50 massiot
* configure.ac.in: Disabled -Wtraditional as it produces much more bogus
warnings than real ones.
* audio output: New intf-change variable to know when audio-channels
and audio-device have changed.
* video output: New intf-change variable and vout_VarCallback, to know
when video-device has changed (OS X port).
* modules/gui/macosx/*: Menus for audio channels, implemented volume
management, added a menu for screen selection.
2002-12-07 Saturday 22:29 titer
* default disabled SAP under BeOS
2002-12-07 Saturday 22:15 gitan
fixed my last commit.
2002-12-07 Saturday 22:00 titer
* use RGB32 BBitmap. That fixes the bad-looking picture in
non-overlay mode (thanks Sam).
2002-12-07 Saturday 15:25 gbazin
* ALL: a few updates to the variables API:
- got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
instead. This simplifies things and avoid the strange command variables behaviour. Command
variables will now trigger their callback on var_Set() like any other variables (look in
modules/control/rc/rc.c for an example).
- Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
- Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
VLC_VAR_ISCOMMAND for instance.
2002-12-06 Friday 22:44 gitan
* sap.c : make it more compliant (as far as sdp is involved).
* playlist.c : fixed a memory leak
* configure.ac.in : added link flags
2002-12-06 Friday 21:27 gbazin
* configure.ac.in: fixed typo. For dvdread support we have to check for
dvdread/dvd_reader.h, not dvdread/dvdread.h.
2002-12-06 Friday 16:34 sam
* ./configure.ac.in: removed -W in favour of -Wtraditional.
* ALL: a bunch of additional warning fixes.
2002-12-06 Friday 14:22 fenrir
all: fix some minors warnings.
2002-12-06 Friday 13:05 sam
* ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
a bug I found in Read(). No idea whether it was triggered before nor what
it was doing, though :)
2002-12-06 Friday 12:54 sam
* ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
meant strlen(), removed useless strcmp() calls, implemented atoll() for
systems where it does not exist, fixed a memory leak, fixed a minor data
corruption.
2002-12-06 Friday 12:18 sigmunau
some support for redirection. Moved the break on returncode >=400 to after
the header parsing. This will be usefull if anyone wants to implemet
http-passwd support
2002-12-06 Friday 11:53 fenrir
* ffmpeg: sync with latest ffmpeg cvs. As it need too much
#if LIBAVCODEC_BUILD , I've enable direct rendering only with latest
ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
2002-12-06 Friday 10:10 sam
* ./src/*, ./include/*: fixed a bunch of badly initialized structures, a few
signed/unsigned comparisons, and removed trailing spaces here and there.
2002-12-06 Friday 06:42 babal
* src/playlist/playlist.c : playing again a playlist already in a
playing state resets the input speed to normal to make sure the
stream isn't paused or slowed or played faster anymore.
By doing that, fixes the following bug of the Windows interface:
when pushing the play button on a paused or slowed stream, nothing
used to happen.
* modules/gui/win32/playlist.cpp : when pushing the play button and the
playlist is empty, displaying the playlist window
* win32.cpp : rephrasing the module description to "Native Windows
interface module"
2002-12-05 Thursday 21:49 jpsaman
Fix for SDL-1.2.5 it now has SDL postpended to the library path. I just rip it of now for --cflags.
2002-12-05 Thursday 17:38 sam
* ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it
choke on system headers.
2002-12-05 Thursday 17:16 sam
* ./ipkg/Makefile.in: removed a file handled by automake.
* ./configure.ac.in: additional warning flags for GCC.
-Wconversion
Warn if a prototype causes a type conversion that is different from
what would happen to the same argument in the absence of a proto-
type.
-Wsign-compare
Warn when a comparison between signed and unsigned values could
produce an incorrect result when the signed value is converted to
unsigned.
-Wunreachable-code
Warn if the compiler detects that code will never be executed.
-Wdisabled-optimization
Warn if a requested optimization pass is disabled.
See the gcc documentation for more explanations. This triggers a lot of
warnings everywhere, and at first sight they're all worth fixing. Code
quality matters, too, so let's fix'em :)
2002-12-04 Wednesday 21:48 gbazin
* modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
- rajout de vlc_cond_signal() afin de prΘvenir l'audio_output que de
nouveaux samples ont ΘtΘ dΘcodΘs ;
* Makefile :
- rajout de l'options de compilation -g ;
- utilisation du old decoder (synkro) ;
* include/config.h :
- suppression des messages de debug ;
2000-01-24 Monday 00:16 maxx
* GoldenEye rewlz :
- explications du commit au prochain commit :-)
2000-01-23 Sunday 20:58 jimmy
* Activation des Sparses idct dans le video parser;
* Utilisation de la mmx pour la dct si l'architechture s'y prΩte
(modif de Makefile et vdec_idct)
* idctmmx.S avec une forme d'appel identique a vdec_idct a ete ajoute a
video_decoder.
2000-01-23 Sunday 09:05 maxx
* audio_output/audio_output.c :
- suppression d'une macro inutile ;
- proprification d'une ligne de code obscur ;
2000-01-23 Sunday 02:32 jimmy
CA MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARCHE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--Meuuh
2000-01-22 Saturday 22:22 sam
. ajout des flags pour Linux Sparc (au fait, jimmy, t'es con :p)