]> git.sesse.net Git - vlc/log
vlc
14 years agoNEWS: cosmetic on x264 news
Ilkka Ollakka [Wed, 16 Sep 2009 09:28:17 +0000 (12:28 +0300)]
NEWS: cosmetic on x264 news

14 years agofreetype: fix #ifdef's
Pierre Ynard [Wed, 16 Sep 2009 09:42:38 +0000 (11:42 +0200)]
freetype: fix #ifdef's

14 years agofreetype: use a sane default font on OS X, so we don't have to add ugly hacks to...
Felix Paul Kühne [Tue, 15 Sep 2009 22:14:48 +0000 (00:14 +0200)]
freetype: use a sane default font on OS X, so we don't have to add ugly hacks to keep it working

Arial Black is available on all Mac OS X installations current VLC releases can run on and is the default for the 'Quartztext' renderer anyway.

14 years agoFixed i_pixel_pitch value for YUVP and packed YUV.
Laurent Aimar [Tue, 15 Sep 2009 20:41:06 +0000 (22:41 +0200)]
Fixed i_pixel_pitch value for YUVP and packed YUV.

14 years agomozilla plugin: fix potential buffer overlow.
Rémi Duraffort [Tue, 15 Sep 2009 19:23:09 +0000 (21:23 +0200)]
mozilla plugin: fix potential buffer overlow.

14 years agoFixed potential stack overflow in mp4 demuxer.
Laurent Aimar [Tue, 15 Sep 2009 19:03:42 +0000 (21:03 +0200)]
Fixed potential stack overflow in mp4 demuxer.

Reported by Sebastian Apelt, Siberas.

14 years agoFixed potential stack overflow in avi demuxer.
Laurent Aimar [Tue, 15 Sep 2009 19:02:40 +0000 (21:02 +0200)]
Fixed potential stack overflow in avi demuxer.

Reported by Sebastian Apelt, Siberas.

14 years agoFixed potential stack overflow in asf demuxer.
Laurent Aimar [Tue, 15 Sep 2009 19:00:14 +0000 (21:00 +0200)]
Fixed potential stack overflow in asf demuxer.

Reported by Sebastian Apelt, Siberas.

14 years agojvlc: add missing events.
Rémi Duraffort [Tue, 15 Sep 2009 11:44:26 +0000 (13:44 +0200)]
jvlc: add missing events.

14 years agowin32text: fix memleak
Pierre Ynard [Tue, 15 Sep 2009 15:40:11 +0000 (17:40 +0200)]
win32text: fix memleak

14 years agoplaylist: use Fisher-Yater shuffle instead naive when randomising playlist
Ilkka Ollakka [Tue, 15 Sep 2009 07:41:23 +0000 (10:41 +0300)]
playlist: use Fisher-Yater shuffle instead naive when randomising playlist

14 years agol10n: Lithuanian update
Mindaugas Baranauskas [Mon, 14 Sep 2009 21:46:22 +0000 (22:46 +0100)]
l10n: Lithuanian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoDisable play-and-pause for non interactive input.
Laurent Aimar [Mon, 14 Sep 2009 21:22:49 +0000 (23:22 +0200)]
Disable play-and-pause for non interactive input.

For the moment, it is only deactivated when using input_Read
and input_Preparse (it was making blocking vlc at start-up).

14 years agoCosmetics (simplify after input_Read change).
Laurent Aimar [Mon, 14 Sep 2009 21:19:16 +0000 (23:19 +0200)]
Cosmetics (simplify after input_Read change).

14 years agoRemoved b_block parameter from input_Read.
Laurent Aimar [Mon, 14 Sep 2009 21:15:24 +0000 (23:15 +0200)]
Removed b_block parameter from input_Read.

It is unused and not correctly implemented (!b_block case).

14 years agoMoved play-and-pause logic at the right place.
Laurent Aimar [Mon, 14 Sep 2009 20:51:06 +0000 (22:51 +0200)]
Moved play-and-pause logic at the right place.

The pause must be done when the fifo of the decoder gets empty otherwise
the pause occurs too soon (especially with large caching).

14 years agoFixed EOF handling while buffering in pause state.
Laurent Aimar [Mon, 14 Sep 2009 19:10:45 +0000 (21:10 +0200)]
Fixed EOF handling while buffering in pause state.

It avoids to quit the pause state.

14 years agoRemoved useless check on input b_eof flag while waiting for decoder's fifos.
Laurent Aimar [Mon, 14 Sep 2009 19:05:09 +0000 (21:05 +0200)]
Removed useless check on input b_eof flag while waiting for decoder's fifos.

p_input->b_eof cannot be true at this stage.

14 years agoFixed 4.0 rear center 3.0 test after 4 rear center downmix support.
Laurent Aimar [Mon, 14 Sep 2009 18:46:40 +0000 (20:46 +0200)]
Fixed 4.0 rear center 3.0 test after 4 rear center downmix support.

14 years agoUsed input_Create+input_Start in vlm.
Laurent Aimar [Mon, 14 Sep 2009 18:38:16 +0000 (20:38 +0200)]
Used input_Create+input_Start in vlm.

When a callback on int-event is needed, it is a bit cleaner.

14 years agojvlc: update libvlc_exception_t structure.
Rémi Duraffort [Mon, 14 Sep 2009 19:45:06 +0000 (21:45 +0200)]
jvlc: update libvlc_exception_t structure.

14 years agovariables: add a warning when adding a callback to a non existant variable.
Rémi Duraffort [Mon, 14 Sep 2009 17:40:27 +0000 (19:40 +0200)]
variables: add a warning when adding a callback to a non existant variable.

14 years agoFactorized Manage() common code (msw).
Laurent Aimar [Wed, 9 Sep 2009 21:06:27 +0000 (23:06 +0200)]
Factorized Manage() common code (msw).

14 years agoCentralized mouse auto-hiding code.
Laurent Aimar [Wed, 9 Sep 2009 20:46:41 +0000 (22:46 +0200)]
Centralized mouse auto-hiding code.

14 years agoMade event_thread_t live as long as the vout.
Laurent Aimar [Wed, 9 Sep 2009 20:36:16 +0000 (22:36 +0200)]
Made event_thread_t live as long as the vout.

The thread used by it can still be restarted, but it will allow to move
some variable from vout_sys_t to event_thread_t.

14 years agoSimplify DX_DESKTOP_CHANGE case.
Laurent Aimar [Wed, 9 Sep 2009 20:21:22 +0000 (22:21 +0200)]
Simplify DX_DESKTOP_CHANGE case.

14 years agoevent_thread_t does not need to be an object (msw).
Laurent Aimar [Wed, 9 Sep 2009 20:14:56 +0000 (22:14 +0200)]
event_thread_t does not need to be an object (msw).

14 years agoUseless attach/detach in msw.
Laurent Aimar [Tue, 8 Sep 2009 18:54:56 +0000 (20:54 +0200)]
Useless attach/detach in msw.

14 years agoCosmetics (msw).
Laurent Aimar [Tue, 8 Sep 2009 18:52:54 +0000 (20:52 +0200)]
Cosmetics (msw).

14 years agoCentralized common init/clean code (msw).
Laurent Aimar [Tue, 8 Sep 2009 18:48:35 +0000 (20:48 +0200)]
Centralized common init/clean code (msw).

14 years agoSplit out non events code into common.c
Laurent Aimar [Mon, 14 Sep 2009 18:05:06 +0000 (20:05 +0200)]
Split out non events code into common.c

14 years agoCosmetics.
Laurent Aimar [Mon, 7 Sep 2009 21:10:38 +0000 (23:10 +0200)]
Cosmetics.

14 years agoMoved a lock creation to CreateEventThread.
Laurent Aimar [Mon, 7 Sep 2009 20:40:10 +0000 (22:40 +0200)]
Moved a lock creation to CreateEventThread.

It is more symetric with StopEventThread.

14 years agofreetype: simply snowleopard-hack for default font
Felix Paul Kühne [Mon, 14 Sep 2009 17:47:10 +0000 (19:47 +0200)]
freetype: simply snowleopard-hack for default font

14 years agoSolved potential crash in invmem codec
Hugo Beauzee-Luyssen [Mon, 14 Sep 2009 17:27:55 +0000 (19:27 +0200)]
Solved potential crash in invmem codec

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoDisambiguate trivial tool tips (fixes: #3068)
Rémi Denis-Courmont [Mon, 14 Sep 2009 17:29:19 +0000 (20:29 +0300)]
Disambiguate trivial tool tips (fixes: #3068)

This was requested for Arabic.

14 years agoXCB-X11: fix iterating visual types at different depth
Rémi Denis-Courmont [Mon, 14 Sep 2009 16:11:46 +0000 (19:11 +0300)]
XCB-X11: fix iterating visual types at different depth

14 years agoSmem sout module to memory buffer video only
Christophe Courtaut [Sun, 13 Sep 2009 22:25:35 +0000 (00:25 +0200)]
Smem sout module to memory buffer video only

The smem sout module allows you to stream out to memory buffer.
Currently only video is implemented. This module should be used
with the transcode sout module, to get raw data from it.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agovod preparsing : if muxer is specified, only wait for input_item_IsPreparsed
Sébastien Escudier [Fri, 11 Sep 2009 09:30:36 +0000 (11:30 +0200)]
vod preparsing : if muxer is specified, only wait for input_item_IsPreparsed

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoAdded a new option, play-and-pause. When this option is set, the input thread is...
Elliot Murphy [Tue, 28 Jul 2009 02:12:55 +0000 (22:12 -0400)]
Added a new option, play-and-pause. When this option is set, the input thread is automatically paused when each item reaches the end of the file.

This option is intended to make it easier to use VLC during live
productions featuring instructors and speakers working
with American Sign Language (ASL), or really any Sign Language, where
it is common for a lecturer to refer to video clips during a
presentation. The automatic pausing provides a smooth pause for the
video operator to switch the projection system back to the camera
with the live speaker once a clip has finished playing.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoAC3 3F1R downmix to stereo (simple downmixer)
James Turner [Mon, 14 Sep 2009 15:09:13 +0000 (18:09 +0300)]
AC3 3F1R downmix to stereo (simple downmixer)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agovod input preparsing : use input events instead of msleep
Sébastien Escudier [Fri, 11 Sep 2009 09:26:22 +0000 (11:26 +0200)]
vod input preparsing : use input events instead of msleep

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoINPUT: Properly remove SDT and EPG entries on exit
Marian Ďurkovič [Mon, 14 Sep 2009 14:52:31 +0000 (16:52 +0200)]
INPUT: Properly remove SDT and EPG entries on exit

14 years agoEPG: Catch a replace EIT-coded CR/LFs
Marian Ďurkovič [Mon, 14 Sep 2009 10:04:27 +0000 (12:04 +0200)]
EPG: Catch a replace EIT-coded CR/LFs

14 years agoProvide local routine for ISO_6937 -> UTF-8 conversions
Marian Ďurkovič [Mon, 14 Sep 2009 07:59:50 +0000 (09:59 +0200)]
Provide local routine for ISO_6937 -> UTF-8 conversions

14 years agoavcodec: disable subtitle encoding
Pierre Ynard [Mon, 14 Sep 2009 07:32:51 +0000 (09:32 +0200)]
avcodec: disable subtitle encoding

The avcodec module can be successfully opened to encode subtitle formats
that it recognizes, but support is absent and pf_encode_sub is never
set, which leads to a crash.

14 years agov4l2: work around broken resolution detection
Pierre Ynard [Mon, 14 Sep 2009 06:32:38 +0000 (08:32 +0200)]
v4l2: work around broken resolution detection

This piece of code really ought to be fixed better than that

14 years agoEPG: Don't display extra items from extended EIT events
Marian Ďurkovič [Mon, 14 Sep 2009 06:25:30 +0000 (08:25 +0200)]
EPG: Don't display extra items from extended EIT events

Info they provide is typically also present in the text or
not usefull to VLC.

14 years agoDisplay EPG description if available
Marian Ďurkovič [Mon, 14 Sep 2009 06:19:12 +0000 (08:19 +0200)]
Display EPG description if available

14 years agoQt4: fix segfault when exiting after a service discovery has been activated
Jakob Leben [Sun, 13 Sep 2009 23:26:20 +0000 (01:26 +0200)]
Qt4: fix segfault when exiting after a service discovery has been activated

14 years agoResolve crash in mozilla plugin pointed out by Alex Millet <A.millet89@gmail.com>
JP Dinger [Sun, 13 Sep 2009 11:35:12 +0000 (13:35 +0200)]
Resolve crash in mozilla plugin pointed out by Alex Millet <A.millet89@gmail.com>

14 years agoXCB-XVideo: fix shared-memory YUY2
Rémi Denis-Courmont [Sun, 13 Sep 2009 09:25:32 +0000 (12:25 +0300)]
XCB-XVideo: fix shared-memory YUY2

14 years agoWin32: bugfix for blueish video colors useing DirectX Overlay Output
André Weber [Sat, 12 Sep 2009 17:02:47 +0000 (19:02 +0200)]
Win32: bugfix for blueish video colors useing DirectX Overlay Output

The fourcc of I420 was not recognized durring vout init so a fallback to YV12
was used - which flipped the U and V colorplanes.

(I'am not sure if this is the correct solution for this, a developer knowing
the video output more in detail should have a look on this.)

14 years agoMissing #include <errno.h>
Pierre Ynard [Sat, 12 Sep 2009 19:12:08 +0000 (21:12 +0200)]
Missing #include <errno.h>

14 years agodeinterlace: preliminary merge ARM NEON optimization
Rémi Denis-Courmont [Sat, 12 Sep 2009 16:00:49 +0000 (19:00 +0300)]
deinterlace: preliminary merge ARM NEON optimization

(It wouldn't hurt to make VLC align pixel lines more strongly, but I am
 not sure if this is feasible)

14 years agoDirect3D: don't forget to initialize the mutex
Geoffroy Couprie [Sat, 12 Sep 2009 14:34:12 +0000 (16:34 +0200)]
Direct3D: don't forget to initialize the mutex

14 years agoPulseAudio: higher priority than ALSA
Rémi Denis-Courmont [Wed, 2 Sep 2009 16:44:55 +0000 (19:44 +0300)]
PulseAudio: higher priority than ALSA

Without this, the PulseAudio output is completely useless. PulseAudio
provides ALSA emulation, so VLC would always use ALSA. Now, it will use
ALSA if PulseAudio is not available, but avoid the PulseAudio ALSA
emulation which makes more sense. Either way, if your PulseAudio setup
is broken, you are screwed - this change makes no difference.

14 years agocontrib: ffmpeg needs PIC on Linux (just like x264)
Rémi Denis-Courmont [Wed, 2 Sep 2009 19:54:40 +0000 (22:54 +0300)]
contrib: ffmpeg needs PIC on Linux (just like x264)

14 years agoFix fixed point liba52 warnings
Rémi Denis-Courmont [Sat, 12 Sep 2009 12:53:25 +0000 (15:53 +0300)]
Fix fixed point liba52 warnings

14 years agoQt4: use semaphore
Rémi Denis-Courmont [Sat, 12 Sep 2009 11:27:40 +0000 (14:27 +0300)]
Qt4: use semaphore

14 years agoQt4: remove pointless locking
Rémi Denis-Courmont [Sat, 12 Sep 2009 11:27:11 +0000 (14:27 +0300)]
Qt4: remove pointless locking

The main interface video window calls are re-entrant nowadays.

14 years agoImplement thread semaphores
Rémi Denis-Courmont [Sat, 12 Sep 2009 11:26:33 +0000 (14:26 +0300)]
Implement thread semaphores

14 years agoMissing #include <errno.h>
Rémi Denis-Courmont [Sat, 12 Sep 2009 10:44:31 +0000 (13:44 +0300)]
Missing #include <errno.h>

14 years agoqt4: refactor, remove nonsense & re-enable popup-adding items to playlist
Jakob Leben [Sat, 12 Sep 2009 05:15:00 +0000 (07:15 +0200)]
qt4: refactor, remove nonsense & re-enable popup-adding items to playlist

14 years agoContrib: projectM build fix.
Konstantin Pavlov [Fri, 11 Sep 2009 13:52:41 +0000 (17:52 +0400)]
Contrib: projectM build fix.

Note that on my system i have to do make twice in order to build the
software. SMP-incompatible build?

14 years agoContrib: libprojectM build: please send 10l to my place.
Konstantin Pavlov [Fri, 11 Sep 2009 13:37:41 +0000 (17:37 +0400)]
Contrib: libprojectM build: please send 10l to my place.

Also, set CMAKE_INSTALL_PREFIX to contrib.

14 years agoSkins2: Remove need for enum, and remove switch-o-literals.
JP Dinger [Fri, 11 Sep 2009 13:45:57 +0000 (15:45 +0200)]
Skins2: Remove need for enum, and remove switch-o-literals.

14 years agopython-ctypes: fix pylint/pyflakes warnings
Olivier Aubert [Thu, 10 Sep 2009 15:13:15 +0000 (17:13 +0200)]
python-ctypes: fix pylint/pyflakes warnings

14 years agopython-ctypes: try to detect plugin path on win32 / macosx
Olivier Aubert [Tue, 8 Sep 2009 13:47:14 +0000 (15:47 +0200)]
python-ctypes: try to detect plugin path on win32 / macosx

14 years agoBe more strict in provider name matching
Marian Ďurkovič [Fri, 11 Sep 2009 06:27:36 +0000 (08:27 +0200)]
Be more strict in provider name matching

14 years agoRTP: Make sure we wait >= 25 msec for reordered packets
Marian Ďurkovič [Fri, 11 Sep 2009 05:48:17 +0000 (07:48 +0200)]
RTP: Make sure we wait >= 25 msec for reordered packets

14 years agol10n: French update
Éric Lassauge [Thu, 10 Sep 2009 20:53:06 +0000 (21:53 +0100)]
l10n: French update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoContribs: Bump cmake version to 2.6.4 to enable build of libprojectM.
Pavlov Konstantin [Thu, 20 Aug 2009 21:03:57 +0000 (01:03 +0400)]
Contribs: Bump cmake version to 2.6.4 to enable build of libprojectM.

Contribs: build libprojectM trunk (fails for OSX for now).

14 years agowin32text: fix obvious null pointer dereference
Pierre Ynard [Thu, 10 Sep 2009 09:05:21 +0000 (11:05 +0200)]
win32text: fix obvious null pointer dereference

This was totally broken over the last year

14 years agoRTP: Initialize ref_ts to zero
Marian Ďurkovič [Thu, 10 Sep 2009 09:01:58 +0000 (11:01 +0200)]
RTP: Initialize ref_ts to zero

14 years agoSkins2: Cut #define down to size. Should result in identical functionality.
JP Dinger [Thu, 10 Sep 2009 08:47:36 +0000 (10:47 +0200)]
Skins2: Cut #define down to size. Should result in identical functionality.

14 years agoSet EPG default charset to ISO6937 as required by ETSI EN 300 468 Annex A
Marian Ďurkovič [Thu, 10 Sep 2009 06:54:33 +0000 (08:54 +0200)]
Set EPG default charset to ISO6937 as required by ETSI EN 300 468 Annex A
Also provide workarounds for some broadcasters which ignore this standard.

14 years agovlc: only print error message if LibVLC is initialized
Rémi Denis-Courmont [Wed, 9 Sep 2009 19:37:21 +0000 (22:37 +0300)]
vlc: only print error message if LibVLC is initialized

14 years agoAvoid non-existent HAVE_ARM_LINUX
Rémi Denis-Courmont [Wed, 9 Sep 2009 18:41:12 +0000 (21:41 +0300)]
Avoid non-existent HAVE_ARM_LINUX

14 years agoBuild liba52 with fixed point on ARM linux
Rafaël Carré [Wed, 23 Jul 2008 12:14:28 +0000 (14:14 +0200)]
Build liba52 with fixed point on ARM linux

(cherry picked from commit 97f9b3dc9f3b9ba8ca9b74ca95f1113d76ac951a)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agocontrib: recognize armel architecture
Rémi Denis-Courmont [Wed, 9 Sep 2009 18:32:09 +0000 (21:32 +0300)]
contrib: recognize armel architecture

14 years agoa52: fix warnings against fixed-point a52dec
Rémi Denis-Courmont [Wed, 9 Sep 2009 19:07:03 +0000 (22:07 +0300)]
a52: fix warnings against fixed-point a52dec

(and partial support for double precision, but who cares...)

14 years agoxcb-xv: allow fallback to RV32 and RV16 XVideo formats
Rémi Denis-Courmont [Wed, 9 Sep 2009 16:37:57 +0000 (19:37 +0300)]
xcb-xv: allow fallback to RV32 and RV16 XVideo formats

14 years agoxcb-xv: fix YV12 again
Rémi Denis-Courmont [Wed, 9 Sep 2009 15:52:26 +0000 (18:52 +0300)]
xcb-xv: fix YV12 again

Chrominance planes swap had been broken by the vout rework.

14 years agoxcb-xv: remove old cruft
Rémi Denis-Courmont [Wed, 9 Sep 2009 15:52:14 +0000 (18:52 +0300)]
xcb-xv: remove old cruft

14 years agoxcb-xv: no need to keep adaptor infos around
Rémi Denis-Courmont [Wed, 9 Sep 2009 15:20:05 +0000 (18:20 +0300)]
xcb-xv: no need to keep adaptor infos around

14 years agoxcb-xv: simplification
Rémi Denis-Courmont [Wed, 9 Sep 2009 15:19:41 +0000 (18:19 +0300)]
xcb-xv: simplification

14 years agoxcb-xv: adaptor selection with --xvideo-adaptor
Rémi Denis-Courmont [Wed, 9 Sep 2009 15:12:08 +0000 (18:12 +0300)]
xcb-xv: adaptor selection with --xvideo-adaptor

This uses the same numbering scheme as xvinfo and hopefully the old
Xlib XVideo plugin.

14 years ago Extended PSI DVB subtitle types to include 0x14/0x28 (indicates DDS present in HD...
Simon Hailes [Wed, 9 Sep 2009 13:30:40 +0000 (15:30 +0200)]
 Extended PSI DVB subtitle types to include 0x14/0x28 (indicates DDS present in HD spec)

Patch corrected by <jb@videolan.org>

14 years agoRTP: compute deadline for reordering from the current time
Marian Ďurkovič [Wed, 9 Sep 2009 11:25:09 +0000 (13:25 +0200)]
RTP: compute deadline for reordering from the current time

14 years agoNo fallback for Sorani
Christophe Mutricy [Tue, 8 Sep 2009 21:08:27 +0000 (22:08 +0100)]
No fallback for Sorani

Fix 271354ef76c662.
locale_match() only support 2 char code and i can't be bothered to expand it for a rare language

14 years agoWin32: fix version checks
Geoffroy Couprie [Tue, 8 Sep 2009 19:32:35 +0000 (21:32 +0200)]
Win32: fix version checks

14 years agoWin32: fix version check at install time
Geoffroy Couprie [Tue, 8 Sep 2009 17:53:49 +0000 (19:53 +0200)]
Win32: fix version check at install time

14 years agoFixed typo into invmem error message
Christophe Courtaut [Tue, 8 Sep 2009 12:04:12 +0000 (14:04 +0200)]
Fixed typo into invmem error message

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoFix HDTV height for H.264 streams with correct PAR.
Marian Ďurkovič [Tue, 8 Sep 2009 13:34:20 +0000 (15:34 +0200)]
Fix HDTV height for H.264 streams with correct PAR.

14 years agoWin32: add asInvoker to manifest
Geoffroy Couprie [Tue, 8 Sep 2009 11:01:12 +0000 (13:01 +0200)]
Win32: add asInvoker to manifest

14 years agoPerform charset detection and conversion to UTF-8 also for SDT fields.
Marian Ďurkovič [Tue, 8 Sep 2009 10:36:24 +0000 (12:36 +0200)]
Perform charset detection and conversion to UTF-8 also for SDT fields.

14 years agoConfigure.ac cleanup around directX
Jean-Baptiste Kempf [Tue, 8 Sep 2009 10:26:00 +0000 (12:26 +0200)]
Configure.ac cleanup around directX

14 years agoFix compilation on Windows by using a less important warning
Jean-Baptiste Kempf [Tue, 8 Sep 2009 10:25:38 +0000 (12:25 +0200)]
Fix compilation on Windows by using a less important warning

14 years agoWin7 compliance for test1: installer fixes.
Jean-Baptiste Kempf [Tue, 8 Sep 2009 10:25:09 +0000 (12:25 +0200)]
Win7 compliance for test1: installer fixes.