]> git.sesse.net Git - vlc/log
vlc
14 years agoFixed major crash on Snow Leopard pointed by Pierre
Felix Paul Kühne [Fri, 4 Sep 2009 10:32:20 +0000 (12:32 +0200)]
Fixed major crash on Snow Leopard pointed by Pierre

14 years agoAdd horizontal scrollbar to MediaInfo's third panel to fully show EPG info
Marian Ďurkovič [Wed, 2 Sep 2009 05:45:21 +0000 (07:45 +0200)]
Add horizontal scrollbar to MediaInfo's third panel to fully show EPG info

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoTypo again...
Jean-Baptiste Kempf [Thu, 3 Sep 2009 21:20:44 +0000 (23:20 +0200)]
Typo again...

I must have done something wrong with my VIM.

14 years agoFix demuxdump to work with RTP input, which would dump garbage when RTP
Marian Ďurkovič [Fri, 4 Sep 2009 09:36:47 +0000 (11:36 +0200)]
Fix demuxdump to work with RTP input, which would dump garbage when RTP
input is used. When stream_Read was used alone, it read 1316 bytes from
the RTP input add added garbage upto DUMP_BLOCKSIZE. With stream_Peek it
works as expected and also makes the whole demuxdump faster.

Signed-off-by: JP Dinger <jpd@videolan.org>
14 years agospdif: Add a comment to explicitely explain why we don't free old buffer.
Pierre d'Herbemont [Thu, 3 Sep 2009 21:30:53 +0000 (23:30 +0200)]
spdif: Add a comment to explicitely explain why we don't free old buffer.

14 years agoFixed dummy input Control function.
Laurent Aimar [Thu, 3 Sep 2009 21:01:09 +0000 (23:01 +0200)]
Fixed dummy input Control function.

DEMUX_GET_PTS_DELAY must not fail for an access_demux.

14 years agoFixed segfault with spdif mixer.
Laurent Aimar [Thu, 3 Sep 2009 20:37:16 +0000 (22:37 +0200)]
Fixed segfault with spdif mixer.

 The aout core use a hack to avoid useless memcpy: the buffer in which
to mix is the same as the one in the first active input fifo.

14 years agoChecked demux_Control return value in input.
Laurent Aimar [Thu, 3 Sep 2009 20:25:20 +0000 (22:25 +0200)]
Checked demux_Control return value in input.

14 years agoavcodec, avformat, postproc and switcher link against avutil
Rémi Denis-Courmont [Thu, 3 Sep 2009 19:46:50 +0000 (22:46 +0300)]
avcodec, avformat, postproc and switcher link against avutil

Contrary to swscale(?), those plugins call avutil directly

14 years agoFixed invalid p_aout->p_mixer usage in aout input.
Laurent Aimar [Thu, 3 Sep 2009 19:23:44 +0000 (21:23 +0200)]
Fixed invalid p_aout->p_mixer usage in aout input.

14 years agoChorus_flanger needs -lm
Rémi Denis-Courmont [Thu, 3 Sep 2009 19:16:58 +0000 (22:16 +0300)]
Chorus_flanger needs -lm

14 years agocontrib: and libxcb and xcb-util
Rémi Denis-Courmont [Thu, 3 Sep 2009 18:36:26 +0000 (21:36 +0300)]
contrib: and libxcb and xcb-util

14 years agocontrib: remove pointless patch and avoid libtool/autogen.sh hell
Rémi Denis-Courmont [Thu, 3 Sep 2009 17:53:21 +0000 (20:53 +0300)]
contrib: remove pointless patch and avoid libtool/autogen.sh hell

14 years agocontrib: build faad with fixed point on ARM
Rémi Denis-Courmont [Tue, 1 Sep 2009 20:06:38 +0000 (23:06 +0300)]
contrib: build faad with fixed point on ARM

It would seem to be significantly faster that way.

14 years agocontrib: Maemo: enable optimizations except tree vectorization
Rémi Denis-Courmont [Tue, 1 Sep 2009 15:02:32 +0000 (18:02 +0300)]
contrib: Maemo: enable optimizations except tree vectorization

14 years agocontrib: typo
Rémi Denis-Courmont [Tue, 1 Sep 2009 15:02:09 +0000 (18:02 +0300)]
contrib: typo

14 years agoContrib: Maemo: do not use ARM Thumb ISA
Rémi Denis-Courmont [Mon, 31 Aug 2009 20:14:24 +0000 (23:14 +0300)]
Contrib: Maemo: do not use ARM Thumb ISA

This was unstable.

14 years agoPhantom xcb_aux dependency
Rémi Denis-Courmont [Thu, 3 Sep 2009 19:15:48 +0000 (22:15 +0300)]
Phantom xcb_aux dependency

14 years agoFixed video_filter chain for chroma conversion.
Laurent Aimar [Thu, 3 Sep 2009 19:15:57 +0000 (21:15 +0200)]
Fixed video_filter chain for chroma conversion.

14 years agoDo not check rgb masks for YUV in GetFfmpegChroma.
Laurent Aimar [Thu, 3 Sep 2009 19:04:54 +0000 (21:04 +0200)]
Do not check rgb masks for YUV in GetFfmpegChroma.

14 years agolibvlc_media_library: Remove a non sense.
Pierre d'Herbemont [Thu, 3 Sep 2009 17:20:38 +0000 (19:20 +0200)]
libvlc_media_library: Remove a non sense.

14 years agoam: In non verbose be silent when we 'cd src && make install' in the VLC.app targets.
Pierre d'Herbemont [Thu, 3 Sep 2009 17:15:38 +0000 (19:15 +0200)]
am: In non verbose be silent when we 'cd src && make install' in the VLC.app targets.

14 years agoconfigure: Don't link macosx to QTKit.
Pierre d'Herbemont [Thu, 3 Sep 2009 17:14:57 +0000 (19:14 +0200)]
configure: Don't link macosx to QTKit.

We don't need it.

14 years agomacosx: Don't output any error when sending the crash log worked.
Pierre d'Herbemont [Thu, 3 Sep 2009 17:12:48 +0000 (19:12 +0200)]
macosx: Don't output any error when sending the crash log worked.

We don't want users to not press this button just because there is an other one afterwards.

14 years agopython-ctypes: implement consistency checker, and fix detected errors in include...
Olivier Aubert [Thu, 3 Sep 2009 15:33:43 +0000 (17:33 +0200)]
python-ctypes: implement consistency checker, and fix detected errors in include files

14 years agopython-ctypes: fix Logger bindings.
Olivier Aubert [Thu, 3 Sep 2009 15:22:22 +0000 (17:22 +0200)]
python-ctypes: fix Logger bindings.

14 years agolibvlc.h: fix incorrect comment docstring
Olivier Aubert [Thu, 3 Sep 2009 15:06:54 +0000 (17:06 +0200)]
libvlc.h: fix incorrect comment docstring

14 years agopython: workaround a vlc-config issue on win32 (reported by <nicola.murino@gmail...
Olivier Aubert [Thu, 3 Sep 2009 11:38:47 +0000 (13:38 +0200)]
python: workaround a vlc-config issue on win32 (reported by <nicola.murino@gmail.com>)

14 years agocontribs: another contrib package fixing the libiconv issues on Snow Leopard. Intel...
Felix Paul Kühne [Thu, 3 Sep 2009 14:54:39 +0000 (16:54 +0200)]
contribs: another contrib package fixing the libiconv issues on Snow Leopard. Intel-only.

14 years agocontribs: 32bit builds need the libiconv replacement as well on Snow Leopard
Felix Paul Kühne [Thu, 3 Sep 2009 14:39:52 +0000 (16:39 +0200)]
contribs: 32bit builds need the libiconv replacement as well on Snow Leopard

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years agoJVLC: update libVLC event types.
Rémi Duraffort [Thu, 3 Sep 2009 14:02:54 +0000 (16:02 +0200)]
JVLC: update libVLC event types.

14 years agoaout_BufferAlloc : returns the allocated buffer
Rafaël Carré [Thu, 3 Sep 2009 14:10:12 +0000 (16:10 +0200)]
aout_BufferAlloc : returns the allocated buffer

14 years agoRemove unused alloca.h, add an assertion
Rafaël Carré [Thu, 3 Sep 2009 14:05:07 +0000 (16:05 +0200)]
Remove unused alloca.h, add an assertion

14 years agoaout_BufferAlloc() : remove stack allocation
Rafaël Carré [Thu, 3 Sep 2009 13:03:07 +0000 (15:03 +0200)]
aout_BufferAlloc() : remove stack allocation

alloca() was not used anyway on OSX and BSD, due to smaller stack sizes,
and we can't assume a default stack size anyway

I expect the performance loss to be minimal, but worth the code
simplification anyway (i didn't benchmark)

aout_BufferAlloc() is moved into its own function in a .c file instead
of being a macro

Since there is now 2 types of allocations (HEAP and NONE), make
i_alloc_type a boolean (true = HEAP alloc, false = NO alloc)

make aout_BufferFree() a static inline function in the same process.
Prototype doesn't change since the provided buffer doesn't need to be
set to NULL (I checked all the callers)

14 years agosrc/ : missing assert.h include
Rafaël Carré [Thu, 3 Sep 2009 11:38:26 +0000 (13:38 +0200)]
src/ : missing assert.h include

14 years agoJVLC: file name consitency.
Rémi Duraffort [Thu, 3 Sep 2009 10:58:51 +0000 (12:58 +0200)]
JVLC: file name consitency.

14 years agoTypo
Sébastien Escudier [Thu, 3 Sep 2009 09:00:54 +0000 (11:00 +0200)]
Typo

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
14 years agoadd_bool: wants a boolean.
Rémi Duraffort [Thu, 3 Sep 2009 09:25:31 +0000 (11:25 +0200)]
add_bool: wants a boolean.

14 years agoftp: let the user see the password in the conf (was a bad idea to hide it).
Rémi Duraffort [Thu, 3 Sep 2009 09:23:20 +0000 (11:23 +0200)]
ftp: let the user see the password in the conf (was a bad idea to hide it).

14 years agogitignore: fix file mode.
Rémi Duraffort [Thu, 3 Sep 2009 09:20:42 +0000 (11:20 +0200)]
gitignore: fix file mode.

14 years agovariables: warn if var_CountChoices result isn't used.
Rémi Duraffort [Thu, 3 Sep 2009 09:12:09 +0000 (11:12 +0200)]
variables: warn if var_CountChoices result isn't used.

14 years agoavcodec_video: cosmetics (use var_CreateGet whe applicable).
Rémi Duraffort [Thu, 3 Sep 2009 09:05:03 +0000 (11:05 +0200)]
avcodec_video: cosmetics (use var_CreateGet whe applicable).

14 years agopython: use new function libvlc_errmsg (reported by Xitij Patel <xitij.patel@xitijpat...
Olivier Aubert [Thu, 3 Sep 2009 08:56:35 +0000 (10:56 +0200)]
python: use new function libvlc_errmsg (reported by Xitij Patel <xitij.patel@xitijpatel.com>)

14 years agopython-ctypes: really accomodate new and old-style exception message getting method
Olivier Aubert [Thu, 3 Sep 2009 08:50:34 +0000 (10:50 +0200)]
python-ctypes: really accomodate new and old-style exception message getting method

14 years agolibvlc.h: mark libvlc_errmsg and libvlc_clearerr with VLC_PUBLIC_API
Olivier Aubert [Thu, 3 Sep 2009 08:49:07 +0000 (10:49 +0200)]
libvlc.h: mark libvlc_errmsg and libvlc_clearerr with VLC_PUBLIC_API

14 years agopython: remove get_vlc_id
Olivier Aubert [Thu, 3 Sep 2009 08:36:49 +0000 (10:36 +0200)]
python: remove get_vlc_id

14 years agopython: fix undefined/badly defined method bindings (reported by Xitij Patel <xitij...
Olivier Aubert [Thu, 3 Sep 2009 08:36:04 +0000 (10:36 +0200)]
python: fix undefined/badly defined method bindings (reported by Xitij Patel <xitij.patel@xitijpatel.com>)

14 years agopython-ctypes: implement comparison operators for enum classes
Olivier Aubert [Thu, 3 Sep 2009 08:31:36 +0000 (10:31 +0200)]
python-ctypes: implement comparison operators for enum classes

14 years agopython-ctypes: tweak exception handling
Olivier Aubert [Thu, 3 Sep 2009 07:57:03 +0000 (09:57 +0200)]
python-ctypes: tweak exception handling

14 years agoavcodec: use AV_VERSION_INT.
Rémi Duraffort [Thu, 3 Sep 2009 08:16:17 +0000 (10:16 +0200)]
avcodec: use AV_VERSION_INT.

14 years agoAvcodec: safeguard for people not using the latest libavcodec
Jean-Baptiste Kempf [Thu, 3 Sep 2009 08:05:41 +0000 (10:05 +0200)]
Avcodec: safeguard for people not using the latest libavcodec

14 years agocontribs: fixed correct package selection for x86_64 on Darwin broken in [c1bc979ea72...
Felix Paul Kühne [Wed, 2 Sep 2009 23:51:48 +0000 (01:51 +0200)]
contribs: fixed correct package selection for x86_64 on Darwin broken in [c1bc979ea72d16d07515a214a4adce210896e467]

14 years agoContrib: Deactivate ac3 encoder on Win64 if we want a chance to build
Jean-Baptiste Kempf [Wed, 2 Sep 2009 23:04:20 +0000 (01:04 +0200)]
Contrib: Deactivate ac3 encoder on Win64 if we want a chance to build

14 years agoContrib: use athlon64 as the basic cpu for x86_64
Jean-Baptiste Kempf [Wed, 2 Sep 2009 22:28:32 +0000 (00:28 +0200)]
Contrib: use athlon64 as the basic cpu for x86_64

14 years agoWin64: more work from iconv from NightStrike
Jean-Baptiste Kempf [Wed, 2 Sep 2009 22:03:22 +0000 (00:03 +0200)]
Win64: more work from iconv from NightStrike

14 years agoContrib: fix even more libiconv win64 patch
Jean-Baptiste Kempf [Wed, 2 Sep 2009 21:24:52 +0000 (23:24 +0200)]
Contrib: fix even more libiconv win64 patch

14 years agomacosx/framework: added a hack to fix compilation on Snow Leopard against the 10...
Felix Paul Kühne [Wed, 2 Sep 2009 21:22:07 +0000 (23:22 +0200)]
macosx/framework: added a hack to fix compilation on Snow Leopard against the 10.5 SDK

14 years ago10l: Fix typo
Jean-Baptiste Kempf [Wed, 2 Sep 2009 20:28:26 +0000 (22:28 +0200)]
10l: Fix typo

14 years agoUpdate libiconv to latest release...
Jean-Baptiste Kempf [Wed, 2 Sep 2009 20:22:42 +0000 (22:22 +0200)]
Update libiconv to latest release...

The enormous mac patch is discarded. But we couldn't stay with such an old version anyway.

14 years agoWMAPro: increase the i_output_max to have a proper decoding
Jean-Baptiste Kempf [Wed, 2 Sep 2009 18:48:40 +0000 (20:48 +0200)]
WMAPro: increase the i_output_max to have a proper decoding

14 years agoFourCC reordering for Audio
Jean-Baptiste Kempf [Wed, 2 Sep 2009 17:49:22 +0000 (19:49 +0200)]
FourCC reordering for Audio

14 years agoWMAP native decoder entered FFmpeg.
Jean-Baptiste Kempf [Wed, 2 Sep 2009 17:45:31 +0000 (19:45 +0200)]
WMAP native decoder entered FFmpeg.

14 years agoContrib: fix FFmpeg for Win64 compilation
Jean-Baptiste Kempf [Wed, 2 Sep 2009 15:32:43 +0000 (17:32 +0200)]
Contrib: fix FFmpeg for Win64 compilation

14 years agoEnabled yuv in "vout display" wrapper.
Laurent Aimar [Wed, 2 Sep 2009 19:53:44 +0000 (21:53 +0200)]
Enabled yuv in "vout display" wrapper.

14 years agoConverted yuv to "vout display" API.
Laurent Aimar [Wed, 2 Sep 2009 19:53:11 +0000 (21:53 +0200)]
Converted yuv to "vout display" API.

14 years agolibvlc-module: comments fix
Rémi Denis-Courmont [Wed, 2 Sep 2009 16:35:57 +0000 (19:35 +0300)]
libvlc-module: comments fix

14 years agoPulseAudio: use 16-bits PCM if FPU is missing
Rémi Denis-Courmont [Wed, 2 Sep 2009 18:48:09 +0000 (21:48 +0300)]
PulseAudio: use 16-bits PCM if FPU is missing

14 years agoPulseAudio: don't clutter console
Rémi Denis-Courmont [Wed, 2 Sep 2009 18:47:56 +0000 (21:47 +0300)]
PulseAudio: don't clutter console

14 years agovideo_filter: remove unneeded function.
Rémi Duraffort [Wed, 2 Sep 2009 17:15:30 +0000 (19:15 +0200)]
video_filter: remove unneeded function.

14 years agovideo_filter_deinterlace: cosmetics.
Rémi Duraffort [Wed, 2 Sep 2009 16:43:32 +0000 (18:43 +0200)]
video_filter_deinterlace: cosmetics.

14 years agovideo_filter_noise: remove unneeded function and variables.
Rémi Duraffort [Wed, 2 Sep 2009 16:06:12 +0000 (18:06 +0200)]
video_filter_noise: remove unneeded function and variables.

14 years agolive555 : delay RTSP PAUSE command while in paused state
Sébastien Escudier [Mon, 31 Aug 2009 14:33:28 +0000 (16:33 +0200)]
live555 : delay RTSP PAUSE command while in paused state

Otherwise, the seek command would unpause the stream and that's not
what vlc is expecting.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoFix typo in src/input/stream.c to use CAN_FASTSEEK instead of CAN_SEEK
Christopher Rath [Wed, 2 Sep 2009 17:04:11 +0000 (20:04 +0300)]
Fix typo in src/input/stream.c to use CAN_FASTSEEK instead of CAN_SEEK

There is a bug in AStreamSeekStream that is causing all input modules
that support CAN_SEEK to be treated as CAN_FASTSEEK.  This in turn
causes far too many seeks in slower seeking sources which results in
performance problems when playing video.  The fix is a simple change of
CAN_SEEK to CAN_FASTSEEK.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoAdded window roles for X11
Nick Pope [Tue, 1 Sep 2009 20:46:21 +0000 (21:46 +0100)]
Added window roles for X11

Window roles can be used when configuring window managers to help users
place their windows and dialogs according to their preference.  This is
particularly useful for some of the *box window managers.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoconfigure.ac - lua checks
Dominique Martinet [Fri, 28 Aug 2009 11:18:07 +0000 (13:18 +0200)]
configure.ac - lua checks

Makes the configure throw an error when lua is not found and
--enable-lua has been specified.
Also checks for liblua with libmath, so it actually works when there
is no pkgconfig file.

Slightly modified by Rémi Denis-Courmont
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agopicture_pool_Delete: memory leak
Rémi Denis-Courmont [Wed, 2 Sep 2009 16:27:09 +0000 (19:27 +0300)]
picture_pool_Delete: memory leak

14 years agoXCB_xv: wait until picture is displayed
Rémi Denis-Courmont [Wed, 2 Sep 2009 16:22:53 +0000 (19:22 +0300)]
XCB_xv: wait until picture is displayed

Note that this does not ensure that the SHM can be written to (we would
need to handle an event for this).

14 years agoXCB_x11: wait until picture is displayed
Rémi Denis-Courmont [Wed, 2 Sep 2009 16:22:26 +0000 (19:22 +0300)]
XCB_x11: wait until picture is displayed

14 years agoXCB_window: memory leak
Rémi Denis-Courmont [Wed, 2 Sep 2009 16:20:12 +0000 (19:20 +0300)]
XCB_window: memory leak

14 years agoXCB: memory leak
Rémi Denis-Courmont [Wed, 2 Sep 2009 16:19:26 +0000 (19:19 +0300)]
XCB: memory leak

14 years agolive555 fix use of uninitialized variable. The b_bool variable has been replaced...
Sébastien Escudier [Mon, 31 Aug 2009 14:53:07 +0000 (16:53 +0200)]
live555 fix use of uninitialized variable. The b_bool variable has been replaced by p_sys->b_paused a while ago.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
14 years agoadd_bool wants booleans.
Rémi Duraffort [Wed, 2 Sep 2009 12:41:40 +0000 (14:41 +0200)]
add_bool wants booleans.

14 years agovideo_filter_rss: fix remaining potential memleaks and crash.
Rémi Duraffort [Wed, 2 Sep 2009 12:27:51 +0000 (14:27 +0200)]
video_filter_rss: fix remaining potential memleaks and crash.

14 years agovideo_filter_rss: sanitize error path (and fix a potential memleak).
Rémi Duraffort [Wed, 2 Sep 2009 10:25:57 +0000 (12:25 +0200)]
video_filter_rss: sanitize error path (and fix a potential memleak).

14 years agovideo_filter_rss: cosmetics, remove unused variable and add myself to the authors.
Rémi Duraffort [Wed, 2 Sep 2009 09:05:44 +0000 (11:05 +0200)]
video_filter_rss: cosmetics, remove unused variable and add myself to the authors.

14 years agoadd_string wants a string.
Rémi Duraffort [Wed, 2 Sep 2009 08:39:03 +0000 (10:39 +0200)]
add_string wants a string.

14 years agomacosx/framework: Delay sleeping during playback.
Pierre d'Herbemont [Wed, 2 Sep 2009 12:26:16 +0000 (14:26 +0200)]
macosx/framework: Delay sleeping during playback.

14 years agopython-ctypes: implement basic unit tests
Olivier Aubert [Wed, 2 Sep 2009 09:17:21 +0000 (11:17 +0200)]
python-ctypes: implement basic unit tests

14 years agoWin32: add extra parenthesis for gcc-win32 4.4.1
Jean-Baptiste Kempf [Wed, 2 Sep 2009 08:59:08 +0000 (10:59 +0200)]
Win32: add extra parenthesis for gcc-win32 4.4.1

I thought the C priorities were clear on that kind of figure... Why through an error then?
But, then, why not? It doesn't clutter the code that much and improves fast readability...
Maybe Diego is right... I don't know.

14 years agofile.c: fix compilation on gcc-win32 4.4.1
Jean-Baptiste Kempf [Wed, 2 Sep 2009 08:58:03 +0000 (10:58 +0200)]
file.c: fix compilation on gcc-win32 4.4.1

Previous versions didn't seem to trigger an error here.

14 years agovideo_filter_rss: asynch fetch (no more lags while fetching/parsing the rss feeds).
Rémi Duraffort [Wed, 2 Sep 2009 07:13:29 +0000 (09:13 +0200)]
video_filter_rss: asynch fetch (no more lags while fetching/parsing the rss feeds).

14 years agovideo_filter_rss: use a timer to update the feed. This way we will be able to
Rémi Duraffort [Tue, 1 Sep 2009 11:36:29 +0000 (13:36 +0200)]
video_filter_rss: use a timer to update the feed. This way we will be able to
have an asynchronous fetch (not the case for the moment as the lock is taken
during the complete fetch ).

14 years agovideo_filter_rss: use the return value and fix mutex leak (the mutex was never
Rémi Duraffort [Tue, 1 Sep 2009 08:41:06 +0000 (10:41 +0200)]
video_filter_rss: use the return value and fix mutex leak (the mutex was never
used but it will be used soon).

14 years agoFixed uninitialized i_samples in block_t.
Laurent Aimar [Tue, 1 Sep 2009 19:14:27 +0000 (21:14 +0200)]
Fixed uninitialized i_samples in block_t.

14 years agoFixed block_Realloc.
Laurent Aimar [Tue, 1 Sep 2009 19:13:15 +0000 (21:13 +0200)]
Fixed block_Realloc.

14 years agoFluidsynth: output PCM if there is no FPU
Rémi Denis-Courmont [Tue, 1 Sep 2009 18:37:26 +0000 (21:37 +0300)]
Fluidsynth: output PCM if there is no FPU

14 years agocontribs: replace _all_ libiconv.la paths...
Felix Paul Kühne [Tue, 1 Sep 2009 17:24:36 +0000 (19:24 +0200)]
contribs: replace _all_ libiconv.la paths...

14 years agoframework/macosx: allow x86_64 as architecture and set the project file's compatibili...
Felix Paul Kühne [Tue, 1 Sep 2009 15:00:58 +0000 (17:00 +0200)]
framework/macosx: allow x86_64 as architecture and set the project file's compatibility target to Xcode 3.1

Older releases won't be able to compile the 'native' targets anyway

14 years agocontribs: fixed linking on Snow Leopard
Felix Paul Kühne [Tue, 1 Sep 2009 14:54:07 +0000 (16:54 +0200)]
contribs: fixed linking on Snow Leopard

As libiconv.la is no longer present on Snow Leopard, we need to remove any references to it.

14 years agopython-ctypes: accomodate new event type definitions (cf 96a96f60bb0d1f2506e68b356897...
Olivier Aubert [Tue, 1 Sep 2009 17:06:41 +0000 (19:06 +0200)]
python-ctypes: accomodate new event type definitions (cf 96a96f60bb0d1f2506e68b356897ceca6f6b586d)

Code still works for both old and new versions of includes.