]> git.sesse.net Git - vlc/log
vlc
19 years ago- Add httpd_ServerIP() to obtain HTTP server's IP used with a given client
Rémi Denis-Courmont [Fri, 29 Jul 2005 17:53:50 +0000 (17:53 +0000)]
- Add httpd_ServerIP() to obtain HTTP server's IP used with a given client
(much like httpd_ClientIP())
- Rewrite httpd_ClientIP() to use existing API and not use malloc/free

19 years agoForgot this file
Rémi Denis-Courmont [Fri, 29 Jul 2005 17:31:00 +0000 (17:31 +0000)]
Forgot this file

19 years agoDon't require a vlc_object_t in net_Get(Sock|Peer)Address
Rémi Denis-Courmont [Fri, 29 Jul 2005 17:28:01 +0000 (17:28 +0000)]
Don't require a vlc_object_t in net_Get(Sock|Peer)Address
(will be needed by a later commit)

19 years ago * include/network.h: VLC should now compile.
Christophe Massiot [Fri, 29 Jul 2005 16:56:10 +0000 (16:56 +0000)]
 * include/network.h: VLC should now compile.

19 years agoSimilar fixes
Rémi Denis-Courmont [Fri, 29 Jul 2005 16:43:55 +0000 (16:43 +0000)]
Similar fixes
RTSP server supports IPv6 (refs #270)

19 years agoBind RTSP to all interfaces by default (refs #270)
Rémi Denis-Courmont [Fri, 29 Jul 2005 16:24:52 +0000 (16:24 +0000)]
Bind RTSP to all interfaces by default (refs #270)

19 years agoAccept NULL hostname for httpd_HostNew
Rémi Denis-Courmont [Fri, 29 Jul 2005 16:23:54 +0000 (16:23 +0000)]
Accept NULL hostname for httpd_HostNew

19 years agoDon't add brackets around IPv6 addresses, this is annoying
Rémi Denis-Courmont [Fri, 29 Jul 2005 16:09:58 +0000 (16:09 +0000)]
Don't add brackets around IPv6 addresses, this is annoying

19 years agoA bunch of minor fixes
Rémi Denis-Courmont [Fri, 29 Jul 2005 16:08:16 +0000 (16:08 +0000)]
A bunch of minor fixes

19 years agoUse more sensible/conservative buffer size for psz_ttl
Rémi Denis-Courmont [Fri, 29 Jul 2005 15:51:08 +0000 (15:51 +0000)]
Use more sensible/conservative buffer size for psz_ttl

19 years agoDon't use NULL char pointer
Rémi Denis-Courmont [Fri, 29 Jul 2005 15:47:35 +0000 (15:47 +0000)]
Don't use NULL char pointer

19 years agoInline net_GetAddress
Rémi Denis-Courmont [Fri, 29 Jul 2005 15:26:08 +0000 (15:26 +0000)]
Inline net_GetAddress

19 years ago * modules/codec/sdl_image.c: New decoder taking advantage of libSDL_image
Christophe Massiot [Fri, 29 Jul 2005 15:14:00 +0000 (15:14 +0000)]
 * modules/codec/sdl_image.c: New decoder taking advantage of libSDL_image
   to import various image formats.
 * src/misc/image.c: Fixed a segfault when loading an unknown image type.

19 years ago- Remove dead multicast code
Rémi Denis-Courmont [Thu, 28 Jul 2005 18:47:25 +0000 (18:47 +0000)]
- Remove dead multicast code
- Fix RTSP error codes

19 years agoFix RTSP error codes
Rémi Denis-Courmont [Thu, 28 Jul 2005 18:44:03 +0000 (18:44 +0000)]
Fix RTSP error codes

19 years agoReally listen to all IP addresses by default
Rémi Denis-Courmont [Thu, 28 Jul 2005 18:14:28 +0000 (18:14 +0000)]
Really listen to all IP addresses by default

19 years agoLink with libvlc.a last rather than first (closes #276)
Rémi Denis-Courmont [Thu, 28 Jul 2005 16:56:03 +0000 (16:56 +0000)]
Link with libvlc.a last rather than first (closes #276)

19 years agoFix typo
Rémi Denis-Courmont [Thu, 28 Jul 2005 16:00:27 +0000 (16:00 +0000)]
Fix typo

19 years agoFix compiler warning
Rémi Denis-Courmont [Thu, 28 Jul 2005 15:34:09 +0000 (15:34 +0000)]
Fix compiler warning

19 years agoinet_pton() replacement
Rémi Denis-Courmont [Thu, 28 Jul 2005 15:31:10 +0000 (15:31 +0000)]
inet_pton() replacement

19 years ago- replaced inet_pton() with WSAStringToAddress() for WIN32
Damien Fouilleul [Thu, 28 Jul 2005 13:21:46 +0000 (13:21 +0000)]
- replaced inet_pton() with WSAStringToAddress() for WIN32
  needs review, not tested but it compiles

19 years ago* forwardport [11883]
Derk-Jan Hartman [Thu, 28 Jul 2005 12:33:05 +0000 (12:33 +0000)]
* forwardport [11883]

19 years ago* forwardport [11880]
Derk-Jan Hartman [Wed, 27 Jul 2005 23:43:35 +0000 (23:43 +0000)]
* forwardport [11880]

19 years ago* forwardport [11877]
Derk-Jan Hartman [Wed, 27 Jul 2005 20:07:51 +0000 (20:07 +0000)]
* forwardport [11877]

19 years agoFix inet_pton check
Rémi Denis-Courmont [Wed, 27 Jul 2005 19:30:22 +0000 (19:30 +0000)]
Fix inet_pton check

19 years ago- Fix segfault when doing RTSP DESCRIBE (trunk-only bug from [11811])
Rémi Denis-Courmont [Wed, 27 Jul 2005 19:05:21 +0000 (19:05 +0000)]
- Fix segfault when doing RTSP DESCRIBE (trunk-only bug from [11811])
- cleanup net_AddressIsMulticast

19 years agoRemove FIXME that doesn't need to be fixed
Rémi Denis-Courmont [Wed, 27 Jul 2005 18:59:03 +0000 (18:59 +0000)]
Remove FIXME that doesn't need to be fixed

19 years ago- Include proper source IP address in SAP header (longstanding FIXME)
Rémi Denis-Courmont [Wed, 27 Jul 2005 18:05:22 +0000 (18:05 +0000)]
- Include proper source IP address in SAP header (longstanding FIXME)
  (btw, fixes SAP to link-local multicast IPv6)
- Fix scoped IPv6 address in SDP
- Cleanup multicast address determination and others

19 years agoFix for wxMSW
Christophe Mutricy [Wed, 27 Jul 2005 17:56:36 +0000 (17:56 +0000)]
Fix for wxMSW

19 years agoDefine HAVE_INET_PTON
Rémi Denis-Courmont [Wed, 27 Jul 2005 17:51:30 +0000 (17:51 +0000)]
Define HAVE_INET_PTON

19 years agoErr, IPv4 multicast starts at 224.0.0.0 not 225.0.0.0
Rémi Denis-Courmont [Wed, 27 Jul 2005 17:25:52 +0000 (17:25 +0000)]
Err, IPv4 multicast starts at 224.0.0.0 not 225.0.0.0

19 years ago- takes scope into account for NI_MAXNUMERICHOST
Rémi Denis-Courmont [Wed, 27 Jul 2005 17:22:28 +0000 (17:22 +0000)]
- takes scope into account for NI_MAXNUMERICHOST
- accept 224.0.0.0 as a multicast address

19 years agoHave readable debug message with IPv6 addresses
Rémi Denis-Courmont [Wed, 27 Jul 2005 16:56:58 +0000 (16:56 +0000)]
Have readable debug message with IPv6 addresses

19 years ago * modules/codec/ffmpeg: New --no-sout-ffmpeg-interlace-me option. Fixed
Christophe Massiot [Wed, 27 Jul 2005 16:55:17 +0000 (16:55 +0000)]
 * modules/codec/ffmpeg: New --no-sout-ffmpeg-interlace-me option. Fixed
   repeat_first_field handling.

19 years ago * modules/stream_out/transcode.c: Attempt at having --sout-transcode-fps
Christophe Massiot [Wed, 27 Jul 2005 16:53:25 +0000 (16:53 +0000)]
 * modules/stream_out/transcode.c: Attempt at having --sout-transcode-fps
   output correct timestamps.

19 years agoPut correct owner address in SAP-generated SDP
Rémi Denis-Courmont [Wed, 27 Jul 2005 16:30:19 +0000 (16:30 +0000)]
Put correct owner address in SAP-generated SDP

19 years agoAdd const where appropriate
Rémi Denis-Courmont [Wed, 27 Jul 2005 15:46:36 +0000 (15:46 +0000)]
Add const where appropriate

19 years ago * modules/access/dvb: Set the DVR device in non-blocking mode because it
Christophe Massiot [Wed, 27 Jul 2005 12:52:28 +0000 (12:52 +0000)]
 * modules/access/dvb: Set the DVR device in non-blocking mode because it
   sometimes blocks on read() after returning from select().

19 years agoAdd const
Rémi Denis-Courmont [Tue, 26 Jul 2005 18:05:55 +0000 (18:05 +0000)]
Add const

19 years agoFix FIXME
Rémi Denis-Courmont [Tue, 26 Jul 2005 17:14:53 +0000 (17:14 +0000)]
Fix FIXME

19 years ago * src/playlist/playlist.c: Attempt to fix PLAYLIST_ITEMPLAY in non-view
Christophe Massiot [Tue, 26 Jul 2005 17:07:58 +0000 (17:07 +0000)]
 * src/playlist/playlist.c: Attempt to fix PLAYLIST_ITEMPLAY in non-view
   mode.

19 years agoSave a few useless strdup() calls
Rémi Denis-Courmont [Tue, 26 Jul 2005 16:46:40 +0000 (16:46 +0000)]
Save a few useless strdup() calls

19 years agowxWidget 2.4 fix
Christophe Mutricy [Tue, 26 Jul 2005 11:10:38 +0000 (11:10 +0000)]
wxWidget 2.4 fix

19 years ago * Removed the satellite access module since it won't compile anyway.
Christophe Massiot [Tue, 26 Jul 2005 09:44:04 +0000 (09:44 +0000)]
 * Removed the satellite access module since it won't compile anyway.
   Use --enable-dvb instead.

19 years ago* update liveMedia and flac for contrib system
Derk-Jan Hartman [Mon, 25 Jul 2005 21:29:26 +0000 (21:29 +0000)]
* update liveMedia and flac for contrib system

19 years agoFix compilation
Clément Stenac [Mon, 25 Jul 2005 21:07:32 +0000 (21:07 +0000)]
Fix compilation

19 years agoonly display newer versions.
Antoine Cellerier [Mon, 25 Jul 2005 21:04:25 +0000 (21:04 +0000)]
only display newer versions.

19 years agothis still doesn't look safe but at least i can't see why it would
Antoine Cellerier [Mon, 25 Jul 2005 20:21:46 +0000 (20:21 +0000)]
this still doesn't look safe but at least i can't see why it would
segfault

19 years ago* modules/demux/mp4/libmp4.c: handle SoundDescriptionV2 which is used in some of...
Gildas Bazin [Mon, 25 Jul 2005 20:09:28 +0000 (20:09 +0000)]
* modules/demux/mp4/libmp4.c: handle SoundDescriptionV2 which is used in some of the new Apple movie trailers.

19 years ago* change hotkeys OSD message from 0-100% to 0-400%
Derk-Jan Hartman [Mon, 25 Jul 2005 19:58:01 +0000 (19:58 +0000)]
* change hotkeys OSD message from 0-100% to 0-400%

19 years agoadd major, minor, revision and extra version numbers. If anyone has a
Antoine Cellerier [Mon, 25 Jul 2005 19:50:19 +0000 (19:50 +0000)]
add major, minor, revision and extra version numbers. If anyone has a
cleaner way to do it (like having only one version number instead of 3
in configure.ac ...)

19 years ago* longstanding typo in the webinterface
Derk-Jan Hartman [Mon, 25 Jul 2005 19:48:45 +0000 (19:48 +0000)]
* longstanding typo in the webinterface

19 years ago* Change volume range to 0-400 % visually in the macosx and web interfaces. At least...
Derk-Jan Hartman [Mon, 25 Jul 2005 19:25:49 +0000 (19:25 +0000)]
* Change volume range to 0-400 % visually in the macosx and web interfaces. At least now we represent what is actually going on. refs #250

19 years ago * skins2: Prevent invisible windows from anchoring the sides of the screen
Olivier Teulière [Mon, 25 Jul 2005 18:57:32 +0000 (18:57 +0000)]
 * skins2: Prevent invisible windows from anchoring the sides of the screen

19 years ago- Fix buffer overflow (up to 1024 bytes)
Rémi Denis-Courmont [Mon, 25 Jul 2005 18:03:38 +0000 (18:03 +0000)]
- Fix buffer overflow (up to 1024 bytes)
- Use already existing commodity functions for URL encoding

19 years agoDon't reinvent the wheel^W^WANSI C
Rémi Denis-Courmont [Mon, 25 Jul 2005 16:58:39 +0000 (16:58 +0000)]
Don't reinvent the wheel^W^WANSI C
(or yet another "why make it complex when it can be simple")

19 years ago * modules/access/dvb/linux_dvb.c: Added support for the IF-band.
Christophe Massiot [Mon, 25 Jul 2005 16:53:10 +0000 (16:53 +0000)]
 * modules/access/dvb/linux_dvb.c: Added support for the IF-band.

19 years ago* Fix the two SAP issues reported by Marian Durkovic.
Derk-Jan Hartman [Mon, 25 Jul 2005 15:03:26 +0000 (15:03 +0000)]
* Fix the two SAP issues reported by Marian Durkovic.

19 years ago * modules/control/http.c:
Christophe Massiot [Mon, 25 Jul 2005 14:46:02 +0000 (14:46 +0000)]
 * modules/control/http.c:
 - Add a basename field to the file entry when doing a foreach on directory.
 - Add a url_encode function to url-encode the current string. This
   is necessary to safely pass strings as arguments in a URL.
Patch courtesy of Clement Vasseur for Freebox SA.

19 years ago * modules/access/dvb: Support frequencies for the C and S satellite bands.
Christophe Massiot [Mon, 25 Jul 2005 14:05:09 +0000 (14:05 +0000)]
 * modules/access/dvb: Support frequencies for the C and S satellite bands.

19 years ago* revert [11512] closes #245
Derk-Jan Hartman [Mon, 25 Jul 2005 13:30:31 +0000 (13:30 +0000)]
* revert [11512] closes #245

19 years ago* AUTHORS: add a location to bigben's entry to prevent the OSX-About-Window-Parser...
Felix Paul Kühne [Mon, 25 Jul 2005 09:44:12 +0000 (09:44 +0000)]
* AUTHORS: add a location to bigben's entry to prevent the OSX-About-Window-Parser from crashing
* other files: small patch to make sure that About.nib is loaded only once

19 years agoremove useless lines
Antoine Cellerier [Sun, 24 Jul 2005 21:29:09 +0000 (21:29 +0000)]
remove useless lines

19 years agochange some debug stuff
Antoine Cellerier [Sun, 24 Jul 2005 21:27:51 +0000 (21:27 +0000)]
change some debug stuff

19 years agoVLC update checker in the wxWidgets interface (in help menu)
Antoine Cellerier [Sun, 24 Jul 2005 21:03:20 +0000 (21:03 +0000)]
VLC update checker in the wxWidgets interface (in help menu)

xml files used for the updates are located at http://update.videolan.org

extensive testing ... code cleaning ... would be greatly appreciated

19 years ago* Updated the NEWS file and my mail-address
Felix Paul Kühne [Sun, 24 Jul 2005 14:44:10 +0000 (14:44 +0000)]
* Updated the NEWS file and my mail-address

19 years agoFix user:pass parsing if protocol is not given.
Jérome Decoodt [Sun, 24 Jul 2005 14:39:14 +0000 (14:39 +0000)]
Fix user:pass parsing if protocol is not given.
Not tested with all calls (only http access module)

19 years ago* include wizard.h as well to make GCC happy
Felix Paul Kühne [Sun, 24 Jul 2005 13:16:09 +0000 (13:16 +0000)]
* include wizard.h as well to make GCC happy

19 years ago* shut up some compiler warnings
Felix Paul Kühne [Sun, 24 Jul 2005 13:08:27 +0000 (13:08 +0000)]
* shut up some compiler warnings

19 years agoAlso update the wizard playlist on item addition and deletion. This prevent VLC to...
Benjamin Pracht [Sun, 24 Jul 2005 12:54:08 +0000 (12:54 +0000)]
Also update the wizard playlist on item addition and deletion. This prevent VLC to crash upon item deletion with the wizard open.

19 years ago* added encap-formats information to the codec-info to the WX-Wizard as well (uncompi...
Felix Paul Kühne [Sun, 24 Jul 2005 12:49:42 +0000 (12:49 +0000)]
* added encap-formats information to the codec-info to the WX-Wizard as well (uncompiled here, but should run fine)

19 years ago* minor fixes to the OSX-wizard (refs #13)
Felix Paul Kühne [Sun, 24 Jul 2005 12:01:12 +0000 (12:01 +0000)]
* minor fixes to the OSX-wizard (refs #13)
    - wrapped all lines to end after ~80 characters
    - added encap-formats information to the codec-info
        - made the fields in the nib a widther to show the entire text
    - fixed the input-field on the input-tab to accept network-streams

19 years ago* fixed 'Could not connect the action t3_addressEntered: to target of class VLCWizard...
Felix Paul Kühne [Sun, 24 Jul 2005 10:59:13 +0000 (10:59 +0000)]
* fixed 'Could not connect the action t3_addressEntered: to target of class VLCWizard' (an outdated method was still in the nib-file, but not in the sources)

19 years ago* Implements selection of a playlist item in the wizard
Benjamin Pracht [Sat, 23 Jul 2005 22:14:19 +0000 (22:14 +0000)]
* Implements selection of a playlist item in the wizard
* The playlist in the wizard had to be displayed as a outlineview if we want to reuse existing code
* cosmetics could still be improved regarding this outline view
* I get this error

2005-07-24 00:08:55.940 VLC[6908] Could not connect the action t3_addressEntered: to target of class VLCWizard

When opening the wizard. I don't know if I messed up something or if it was already here before

* I needed to make some changes to the interface structure regarding the playlist for this : We know have a VLCPlaylist and a VLCPlaylistWizard class. Both are derivated from a VLCPlaylistCommon class that contains methods required by both classes (mostly the datasource, in fact).

19 years ago * modules/audio_output/waveout.c: Fixed a rounding issue
Olivier Teulière [Sat, 23 Jul 2005 19:55:00 +0000 (19:55 +0000)]
 * modules/audio_output/waveout.c: Fixed a rounding issue

19 years ago * skins2: use AOUT_VOLUME_MAX / 2 instead of AOUT_VOLUME_MAX, for the maximum
Olivier Teulière [Sat, 23 Jul 2005 19:18:17 +0000 (19:18 +0000)]
 * skins2: use AOUT_VOLUME_MAX / 2 instead of AOUT_VOLUME_MAX, for the maximum
           volume.

19 years ago* don't use tabs here as well
Felix Paul Kühne [Sat, 23 Jul 2005 18:16:34 +0000 (18:16 +0000)]
* don't use tabs here as well

19 years agoSome more coding style (empty lines filled with spaces or tabs)
Benjamin Pracht [Sat, 23 Jul 2005 18:15:14 +0000 (18:15 +0000)]
Some more coding style (empty lines filled with spaces or tabs)

19 years agoWe use 4 space caracters instead of spaces in VLC's sources ;)
Benjamin Pracht [Sat, 23 Jul 2005 18:11:58 +0000 (18:11 +0000)]
We use 4 space caracters instead of spaces in VLC's sources ;)

19 years ago* use NSInformationalAlertSheets instead of mis-using the home-cooked information...
Felix Paul Kühne [Sat, 23 Jul 2005 18:03:15 +0000 (18:03 +0000)]
* use NSInformationalAlertSheets instead of mis-using the home-cooked information-sheet when reporting wrong behaviour of the user (refs #13)

19 years agoOSX:
Felix Paul Kühne [Sat, 23 Jul 2005 16:23:05 +0000 (16:23 +0000)]
OSX:
- implemented i18n on the summary-page
- some other small fixes

- l10n string fixes (both OSX and WX)
(refs #13)

19 years ago* patch to the Equalizer-GUI by Jean-Baptiste le Stand <jp.lestang@lestang.org>
Felix Paul Kühne [Sat, 23 Jul 2005 15:08:46 +0000 (15:08 +0000)]
* patch to the Equalizer-GUI by Jean-Baptiste le Stand <jp.lestang@lestang.org>

19 years ago* Fixes crash when libcdio is not installed
Benjamin Pracht [Sat, 23 Jul 2005 14:42:22 +0000 (14:42 +0000)]
* Fixes crash when libcdio is not installed

19 years agoAdd a add_suppressed_string for http-{user|pwd}
Christophe Mutricy [Sat, 23 Jul 2005 13:02:48 +0000 (13:02 +0000)]
Add a add_suppressed_string for http-{user|pwd}

19 years agoaccess.c: LID and Segment for non PBC (the default) needs more work.
Rocky Bernstein [Sat, 23 Jul 2005 11:25:49 +0000 (11:25 +0000)]
access.c: LID and Segment for non PBC (the default) needs more work.
Check for them and disable (somewhat).

vcdplayer.c: check for invalid LSN in setting origin.

19 years agoAdd -lws2 for rtp and rtsp for ntohl
Christophe Mutricy [Fri, 22 Jul 2005 10:55:16 +0000 (10:55 +0000)]
Add -lws2 for rtp and rtsp for ntohl

19 years ago* whoops (refs #13)
Felix Paul Kühne [Thu, 21 Jul 2005 23:09:30 +0000 (23:09 +0000)]
* whoops (refs #13)

19 years ago* various fixes and additions -- the wizard is usable now
Felix Paul Kühne [Thu, 21 Jul 2005 23:04:33 +0000 (23:04 +0000)]
* various fixes and additions -- the wizard is usable now

still todo:
- testing (streaming part is untested for now)
- implement the playlist-table on the input-tab (I would be glad for some help there)
- update the playlist-table in the main-window after adding the new item
- add i18n on the Summary-tab
- string fixes
- some minor stuff here and there

19 years ago* Added net_AddressIsMulticast that takes a string and returns true if the string...
Derk-Jan Hartman [Thu, 21 Jul 2005 21:18:39 +0000 (21:18 +0000)]
* Added net_AddressIsMulticast that takes a string and returns true if the string seems to describe a valid IPv4 or IPv6 address.
* Changed all the SDP generators to only add /ttl to the c= line if the address is multicast.

19 years ago* a missing vlc_freeaddrinfo
Derk-Jan Hartman [Thu, 21 Jul 2005 20:35:22 +0000 (20:35 +0000)]
* a missing vlc_freeaddrinfo

19 years ago* Fix an issue with reading of files that are still growing in size. This fixes bugzi...
Derk-Jan Hartman [Thu, 21 Jul 2005 13:12:19 +0000 (13:12 +0000)]
* Fix an issue with reading of files that are still growing in size. This fixes bugzilla report 2130. Fix by Todd Lutton (tlutton at aol.com).

19 years ago* include version information and update copyright string
Felix Paul Kühne [Thu, 21 Jul 2005 11:21:25 +0000 (11:21 +0000)]
* include version information and update copyright string

19 years ago* forwardport [11784] and [11802] to trunk
Felix Paul Kühne [Thu, 21 Jul 2005 11:17:56 +0000 (11:17 +0000)]
* forwardport [11784] and [11802] to trunk

19 years agoOops, I did it again !
Damien Fouilleul [Thu, 21 Jul 2005 08:22:37 +0000 (08:22 +0000)]
Oops, I did it again !
Obviously, having a hard coded path for plugins is of no use to anyone

19 years agoFix quotes and a few typos
Rémi Denis-Courmont [Wed, 20 Jul 2005 15:47:16 +0000 (15:47 +0000)]
Fix quotes and a few typos

19 years agoShould not be executable
Rémi Denis-Courmont [Wed, 20 Jul 2005 15:33:18 +0000 (15:33 +0000)]
Should not be executable

19 years ago * modules/access/dvb/linux_dvb.c: More verbose CAM probing, patch
Christophe Massiot [Wed, 20 Jul 2005 13:11:07 +0000 (13:11 +0000)]
 * modules/access/dvb/linux_dvb.c: More verbose CAM probing, patch
   courtesy of Oivind.

19 years agoFix bug in track-length seeking.
Rocky Bernstein [Wed, 20 Jul 2005 09:55:49 +0000 (09:55 +0000)]
Fix bug in track-length seeking.

19 years agoInitialize track_end variable.
Rocky Bernstein [Wed, 20 Jul 2005 00:08:24 +0000 (00:08 +0000)]
Initialize track_end variable.

19 years agoShould fix Debian #316161
Rémi Denis-Courmont [Tue, 19 Jul 2005 18:19:22 +0000 (18:19 +0000)]
Should fix Debian #316161
(though Sid has migrated to GCC 4 so it does no longer really matters)