]> git.sesse.net Git - vlc/log
vlc
12 years agolive555 : close when there is no more track.
Sébastien Escudier [Fri, 9 Dec 2011 07:52:50 +0000 (08:52 +0100)]
live555 : close when there is no more track.
fix a regression from af107361d0ec376cf764a6111c9ba5ce433e15f1 when the stream ends.

12 years agoadd dvb channels list .conf as filetype.
Francois Cartegnie [Thu, 8 Dec 2011 17:06:43 +0000 (18:06 +0100)]
add dvb channels list .conf as filetype.

(see demux/playlist/dvb. mplayer's std being channels.conf)

12 years agoQt4: Fix a fullscreen crash
Edward Wang [Fri, 9 Dec 2011 10:01:48 +0000 (11:01 +0100)]
Qt4: Fix a fullscreen crash

Close #5639
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoavformat mux: check correctly for *info member
Rafaël Carré [Fri, 9 Dec 2011 05:32:31 +0000 (00:32 -0500)]
avformat mux: check correctly for *info member

It was added in svn r25418 of FFmpeg
minor was bumped to 81 in r25444

12 years agotypo
Rafaël Carré [Fri, 9 Dec 2011 05:01:00 +0000 (00:01 -0500)]
typo

12 years agoavformat mux: use avformat_free_context()
Rafaël Carré [Fri, 9 Dec 2011 03:20:28 +0000 (22:20 -0500)]
avformat mux: use avformat_free_context()

12 years agoFix for antique versions of FFmpeg
Rafaël Carré [Fri, 9 Dec 2011 03:14:45 +0000 (22:14 -0500)]
Fix for antique versions of FFmpeg

12 years agoavformat mux: fix leaks
Rafaël Carré [Fri, 9 Dec 2011 02:10:14 +0000 (21:10 -0500)]
avformat mux: fix leaks

12 years agocontrib: lame: typo
Rafaël Carré [Fri, 9 Dec 2011 00:24:55 +0000 (19:24 -0500)]
contrib: lame: typo

12 years agoContribs: update dxva2api.h to version 3
Jean-Baptiste Kempf [Fri, 9 Dec 2011 01:01:39 +0000 (02:01 +0100)]
Contribs: update dxva2api.h to version 3

Less hacks and tabs in this version

12 years agocontrib: remove unneeded gecko
Rafaël Carré [Thu, 8 Dec 2011 03:52:46 +0000 (22:52 -0500)]
contrib: remove unneeded gecko

12 years agonpapi: fetch gecko headers required for windows
Rafaël Carré [Thu, 8 Dec 2011 03:52:25 +0000 (22:52 -0500)]
npapi: fetch gecko headers required for windows

12 years agoContribs: fix gettext compilation on some CrossCompile env
Jean-Baptiste Kempf [Thu, 8 Dec 2011 22:55:57 +0000 (23:55 +0100)]
Contribs: fix gettext compilation on some CrossCompile env

And do the same compilation on all setups

12 years agoContribs: try to maintain X.5 runtime compatibility
Jean-Baptiste Kempf [Thu, 8 Dec 2011 17:58:46 +0000 (18:58 +0100)]
Contribs: try to maintain X.5 runtime compatibility

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoContrib: update LAME to 3.99.3
Jean-Baptiste Kempf [Thu, 8 Dec 2011 20:50:36 +0000 (21:50 +0100)]
Contrib: update LAME to 3.99.3

12 years agoQt: simplify media filters
Francois Cartegnie [Thu, 8 Dec 2011 16:44:04 +0000 (17:44 +0100)]
Qt: simplify media filters

12 years agoQt: advanced capture: fix mrl generation for advanced options
Francois Cartegnie [Thu, 8 Dec 2011 15:39:21 +0000 (16:39 +0100)]
Qt: advanced capture: fix mrl generation for advanced options

12 years agodash: Don't hardcode the isLive information.
Hugo Beauzée-Luyssen [Mon, 28 Nov 2011 16:31:37 +0000 (17:31 +0100)]
dash: Don't hardcode the isLive information.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Fixing NullManager interface implementation.
Hugo Beauzée-Luyssen [Thu, 1 Dec 2011 15:55:38 +0000 (16:55 +0100)]
dash: Fixing NullManager interface implementation.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: CommonAttributesElements: When applicable, convert attributes to integers
Hugo Beauzée-Luyssen [Thu, 1 Dec 2011 14:57:59 +0000 (15:57 +0100)]
dash: CommonAttributesElements: When applicable, convert attributes to integers

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Adding a RepresentationAttributesElements to represent standard's §5.4.3.2
Hugo Beauzée-Luyssen [Thu, 1 Dec 2011 10:34:11 +0000 (11:34 +0100)]
dash: Adding a RepresentationAttributesElements to represent standard's §5.4.3.2

This will also save some code in a near future.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: DashManager: Adding a getMpdManager() method.
Hugo Beauzée-Luyssen [Tue, 6 Dec 2011 12:01:23 +0000 (13:01 +0100)]
dash: DashManager: Adding a getMpdManager() method.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agospeex resampler: add 10% slack output space
Rémi Denis-Courmont [Wed, 7 Dec 2011 19:23:27 +0000 (21:23 +0200)]
speex resampler: add 10% slack output space

This should fix buffer underflows when changing the playback rate.
We probably should instead reallocate the buffer and resume resampling
when the situation occurs, but that would be a lot more complicated.

12 years agoDo not define ENABLE_ROOTWRAP on OS/2
KO Myung-Hun [Wed, 7 Dec 2011 14:09:15 +0000 (23:09 +0900)]
Do not define ENABLE_ROOTWRAP on OS/2

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agocontrib: directx/directshow: mention why we need them
Rafaël Carré [Wed, 7 Dec 2011 17:03:36 +0000 (12:03 -0500)]
contrib: directx/directshow: mention why we need them

12 years agocontrib: change dxva2api.h checksum
Rafaël Carré [Wed, 7 Dec 2011 17:01:18 +0000 (12:01 -0500)]
contrib: change dxva2api.h checksum

I added a workaround for mingw64

12 years agocontrib: fixed sparkle
Felix Paul Kühne [Wed, 7 Dec 2011 17:01:16 +0000 (18:01 +0100)]
contrib: fixed sparkle

12 years agoDxva2 is only available in Windows Vista and above
Rafaël Carré [Wed, 7 Dec 2011 16:20:40 +0000 (11:20 -0500)]
Dxva2 is only available in Windows Vista and above

Define _WIN32_WINNT to 0x600 when checking/using dxva2 headers
Continue to use a lower version to retain XP compatibility for the rest of VLC

12 years agoremove unused limits
Rafaël Carré [Wed, 7 Dec 2011 14:03:08 +0000 (09:03 -0500)]
remove unused limits

12 years agoNEWS about luaintf
Pierre Ynard [Mon, 5 Dec 2011 02:31:16 +0000 (03:31 +0100)]
NEWS about luaintf

There was a bit of confusion about the future of lua interface
scripts...

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFix a crash in MKV when seeking to the last block of a cluster
Denis Charmet [Tue, 6 Dec 2011 22:38:15 +0000 (23:38 +0100)]
Fix a crash in MKV when seeking to the last block of a cluster

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoRemove INTF_GAMMA_*
Rafaël Carré [Tue, 6 Dec 2011 22:44:56 +0000 (17:44 -0500)]
Remove INTF_GAMMA_*

It was not used for 10 years (minus 3 days)

12 years agoOSX: Sparkle is not optional
Rafaël Carré [Tue, 6 Dec 2011 22:11:52 +0000 (17:11 -0500)]
OSX: Sparkle is not optional

Should close #5609

12 years agoALSA: do not prepend zeroes for S/PDIF, sleep instead
Rémi Denis-Courmont [Tue, 6 Dec 2011 20:36:10 +0000 (22:36 +0200)]
ALSA: do not prepend zeroes for S/PDIF, sleep instead

12 years agoDefine IPv6 stuffs required in order to compile on OS/2.
KO Myung-Hun [Sat, 12 Mar 2011 07:13:17 +0000 (16:13 +0900)]
Define IPv6 stuffs required in order to compile on OS/2.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agovaapi: fix profiles detection.
Francois Cartegnie [Tue, 6 Dec 2011 15:38:07 +0000 (16:38 +0100)]
vaapi: fix profiles detection.

The selected profile wasn't checked against card's ones.
(ex: resulting in sending MPEG2 to a VC1/h264 only card)

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
12 years agoAdd missing getaddrinfo(), freeaddrinfo(), getnameinfo() and gai_strerror() for OS/2
KO Myung-Hun [Tue, 6 Dec 2011 13:26:43 +0000 (22:26 +0900)]
Add missing getaddrinfo(), freeaddrinfo(), getnameinfo() and gai_strerror() for OS/2

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoQt: menus: rename MenusManager to MenuBar.
Francois Cartegnie [Mon, 5 Dec 2011 21:34:20 +0000 (22:34 +0100)]
Qt: menus: rename MenusManager to MenuBar.

as *Manager seems disliked.

12 years agoQt: input_manager: merge loop&repeat events.
Francois Cartegnie [Sat, 3 Dec 2011 21:21:39 +0000 (22:21 +0100)]
Qt: input_manager: merge loop&repeat events.

Definitively doing the same thing.

12 years agoQt: menus: make next/prev to behave accordingly to playlist's content.
Francois Cartegnie [Sat, 26 Nov 2011 18:49:12 +0000 (19:49 +0100)]
Qt: menus: make next/prev to behave accordingly to playlist's content.

Move EnableStatic from local to MenuManager's private (only used there).
Use flags instead of string for action data.

12 years agoQt: rename QVLCMenu to QVLCMenuManager.
Francois Cartegnie [Fri, 2 Dec 2011 13:58:17 +0000 (14:58 +0100)]
Qt: rename QVLCMenu to QVLCMenuManager.

Provides factory role & static methods but is not a menu itself (as the
previous name would let believe)

12 years agoQt: Menus: make speed menu tearable.
Francois Cartegnie [Sat, 26 Nov 2011 17:14:43 +0000 (18:14 +0100)]
Qt: Menus: make speed menu tearable.

Tuning playback speed is usually done through multiple actions (because
values are relative/increments). It is better to create a tear-off menu
from it. Especially true since status bar isn't enabled by default.

12 years agolive555 : enable/disable tracks on the fly
Sébastien Escudier [Thu, 1 Dec 2011 08:37:12 +0000 (09:37 +0100)]
live555 : enable/disable tracks on the fly

12 years agolive555 : when we switch to TCP, remember it
Sébastien Escudier [Thu, 1 Dec 2011 08:26:01 +0000 (09:26 +0100)]
live555 : when we switch to TCP, remember it

12 years agolive555 : use TAB_ macro to store the tracks
Sébastien Escudier [Wed, 30 Nov 2011 14:18:04 +0000 (15:18 +0100)]
live555 : use TAB_ macro to store the tracks

12 years agoQt: fix bug happening when double-click in the embedded video
Jean-Baptiste Kempf [Mon, 5 Dec 2011 02:05:00 +0000 (03:05 +0100)]
Qt: fix bug happening when double-click in the embedded video

12 years agopkg-config 0.26 doesn't build without pkg-config installed
Rafaël Carré [Mon, 5 Dec 2011 01:22:13 +0000 (20:22 -0500)]
pkg-config 0.26 doesn't build without pkg-config installed

12 years agopkgconfig doesn't depend on autoconf
Rafaël Carré [Mon, 5 Dec 2011 01:02:42 +0000 (20:02 -0500)]
pkgconfig doesn't depend on autoconf

12 years agopicture_BlendSubpicture: remove assert on chroma incompatibility
Jean-Baptiste Kempf [Mon, 5 Dec 2011 00:38:36 +0000 (01:38 +0100)]
picture_BlendSubpicture: remove assert on chroma incompatibility

Asserted when J42* blended on I42*, for example

Close #5516

12 years agotools: bump cmake and pkg-config to the latest releases
Jean-Baptiste Kempf [Sun, 4 Dec 2011 23:25:26 +0000 (00:25 +0100)]
tools: bump cmake and pkg-config to the latest releases

12 years agoFix various preferences typos
Jean-Baptiste Kempf [Sun, 4 Dec 2011 22:42:19 +0000 (23:42 +0100)]
Fix various preferences typos

12 years agoMono: fix channel order
Jean-Baptiste Kempf [Sun, 4 Dec 2011 15:15:34 +0000 (16:15 +0100)]
Mono: fix channel order

12 years agoSimplify help string
Jean-Baptiste Kempf [Sun, 4 Dec 2011 14:52:47 +0000 (15:52 +0100)]
Simplify help string

We already have the integer list for that.

12 years agoMacOS X: fix strings in UI
Jean-Baptiste Kempf [Sun, 4 Dec 2011 14:29:02 +0000 (15:29 +0100)]
MacOS X: fix strings in UI

12 years agoFix strings mistake for translation
Jean-Baptiste Kempf [Sun, 4 Dec 2011 14:16:59 +0000 (15:16 +0100)]
Fix strings mistake for translation

12 years agosubsdec: avoid unneeded strdup() and simplify
Rémi Denis-Courmont [Sun, 4 Dec 2011 11:58:51 +0000 (13:58 +0200)]
subsdec: avoid unneeded strdup() and simplify

12 years agocli: add a command to load the VLM
Pierre Ynard [Sun, 4 Dec 2011 06:55:22 +0000 (07:55 +0100)]
cli: add a command to load the VLM

The VLM isn't loaded on start-up anymore, except when using the telnet
wrapper, for compatibility reasons.

Fixes #5420

12 years agops_psm_fill: fix logic bug spotted by clang
Rafaël Carré [Sun, 4 Dec 2011 05:16:59 +0000 (00:16 -0500)]
ps_psm_fill: fix logic bug spotted by clang

12 years agoUse PRId64 to print int64_t
Rafaël Carré [Sun, 4 Dec 2011 05:06:58 +0000 (00:06 -0500)]
Use PRId64 to print int64_t

12 years agovout_new_buffer: fix signed / unsigned comparison
Rafaël Carré [Sun, 4 Dec 2011 05:06:36 +0000 (00:06 -0500)]
vout_new_buffer: fix signed / unsigned comparison

12 years agolua: fix reference to telnet.lua
Pierre Ynard [Sun, 4 Dec 2011 02:55:36 +0000 (03:55 +0100)]
lua: fix reference to telnet.lua

12 years agolua: remove dead code
Pierre Ynard [Sun, 4 Dec 2011 02:48:00 +0000 (03:48 +0100)]
lua: remove dead code

12 years agolua: split config stuff into separate function
Pierre Ynard [Sun, 4 Dec 2011 02:26:39 +0000 (03:26 +0100)]
lua: split config stuff into separate function

12 years agolua: fix lua{intf=<intf>} syntax
Pierre Ynard [Sun, 4 Dec 2011 02:07:08 +0000 (03:07 +0100)]
lua: fix lua{intf=<intf>} syntax

12 years agolua: don't document rc and telnet, they're gone
Pierre Ynard [Sat, 3 Dec 2011 21:36:55 +0000 (22:36 +0100)]
lua: don't document rc and telnet, they're gone

12 years agolua: document the use of -I luaintf instead of -I lua
Pierre Ynard [Sat, 3 Dec 2011 20:54:03 +0000 (21:54 +0100)]
lua: document the use of -I luaintf instead of -I lua

12 years agoQt: fix small quirk when adapting the equalizer values
Jean-Baptiste Kempf [Sat, 3 Dec 2011 15:28:00 +0000 (16:28 +0100)]
Qt: fix small quirk when adapting the equalizer values

12 years agoQt: remember volume on exit is the default
Jean-Baptiste Kempf [Sat, 3 Dec 2011 11:31:57 +0000 (12:31 +0100)]
Qt: remember volume on exit is the default

I don't want to be murdered in my sleep

12 years agoinet_ntop always returns NULL on Windows.
Naohiro KORIYAMA [Sat, 3 Dec 2011 02:45:36 +0000 (11:45 +0900)]
inet_ntop always returns NULL on Windows.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agocontrib: --disable-all doesn't build anything
Rafaël Carré [Wed, 30 Nov 2011 18:59:26 +0000 (13:59 -0500)]
contrib: --disable-all doesn't build anything

12 years agoMacOS: default to 10.6.sdk
Jean-Baptiste Kempf [Fri, 2 Dec 2011 20:19:25 +0000 (21:19 +0100)]
MacOS: default to 10.6.sdk

12 years agoWin32 Crashreport: use FTP passive mode
Jean-Baptiste Kempf [Fri, 2 Dec 2011 19:45:22 +0000 (20:45 +0100)]
Win32 Crashreport: use FTP passive mode

12 years agomacosx: don't do AppKit stuff if you're unsure that it's on the main thread..
Felix Paul Kühne [Fri, 2 Dec 2011 16:23:47 +0000 (17:23 +0100)]
macosx: don't do AppKit stuff if you're unsure that it's on the main thread..

12 years agoextra/tools: make sure autoconf comes with pkg-config macros
Rafaël Carré [Fri, 2 Dec 2011 00:38:15 +0000 (19:38 -0500)]
extra/tools: make sure autoconf comes with pkg-config macros

12 years agoAdd libvlc_video_get_spu_delay and libvlc_video_set_spu_delay
John Hendrikx [Thu, 1 Dec 2011 13:08:33 +0000 (14:08 +0100)]
Add libvlc_video_get_spu_delay and libvlc_video_set_spu_delay

Allows control of the subtitle delay through libvlc.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt4: Playlists: Fixing drop.
Hugo Beauzée-Luyssen [Tue, 29 Nov 2011 22:32:41 +0000 (23:32 +0100)]
Qt4: Playlists: Fixing drop.

KDE sends a move event by default, unless ctrl is pressed

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Representation: Return a usable bandwith value.
Hugo Beauzée-Luyssen [Wed, 30 Nov 2011 17:25:58 +0000 (18:25 +0100)]
dash: Representation: Return a usable bandwith value.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Representation: Cosmetics.
Hugo Beauzée-Luyssen [Wed, 30 Nov 2011 16:53:55 +0000 (17:53 +0100)]
dash: Representation: Cosmetics.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: MPD manager factory: fixing a potential memory leak
Hugo Beauzée-Luyssen [Mon, 28 Nov 2011 16:21:02 +0000 (17:21 +0100)]
dash: MPD manager factory: fixing a potential memory leak

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoContrib: fix glew rules on non-win32
Jean-Baptiste Kempf [Thu, 1 Dec 2011 20:04:49 +0000 (21:04 +0100)]
Contrib: fix glew rules on non-win32

12 years agocontrib: xcode3: select ARCHS to be built
Rafaël Carré [Thu, 1 Dec 2011 19:12:40 +0000 (14:12 -0500)]
contrib: xcode3: select ARCHS to be built

12 years agocontrib: growl: use gcc-4.2 when clang is not available
Rafaël Carré [Thu, 1 Dec 2011 19:00:55 +0000 (14:00 -0500)]
contrib: growl: use gcc-4.2 when clang is not available

the gcc-4.2 version on veda is old enough to build growl
newer jones version makes xcode crap out that gcc isn't compatible

12 years agocontrib: sparkle: patch project config to force arch with xcode 3
Rafaël Carré [Thu, 1 Dec 2011 18:46:25 +0000 (13:46 -0500)]
contrib: sparkle: patch project config to force arch with xcode 3

12 years agocontrib: use $(shell to check xcode version
Rafaël Carré [Thu, 1 Dec 2011 18:10:47 +0000 (13:10 -0500)]
contrib: use $(shell to check xcode version

12 years agofix ncurses text alignement in french translation
Rafaël Carré [Thu, 1 Dec 2011 06:02:05 +0000 (01:02 -0500)]
fix ncurses text alignement in french translation

12 years agoAuhal: fix signed comparison issue
Jean-Baptiste Kempf [Thu, 1 Dec 2011 11:37:02 +0000 (12:37 +0100)]
Auhal: fix signed comparison issue

12 years agoQTsound: fixes format string and integer times
Jean-Baptiste Kempf [Thu, 1 Dec 2011 11:16:46 +0000 (12:16 +0100)]
QTsound: fixes format string and integer times

Thou shalt use %ld for NSInteger and %lu for NSUInteger

12 years agoQTsound: only available on QTKit 7.6.3 and over
Jean-Baptiste Kempf [Thu, 1 Dec 2011 11:03:41 +0000 (12:03 +0100)]
QTsound: only available on QTKit 7.6.3 and over

This doesn't solve the MacOS10.5.sdk issue yet, but is a necessary step
I wonder how Apple can ship such broken SDKs, anyway

12 years agoLua: Fix extreme.com playlist parser. They use http now.
Konstantin Pavlov [Thu, 1 Dec 2011 10:41:14 +0000 (14:41 +0400)]
Lua: Fix extreme.com playlist parser. They use http now.

12 years agodemux/mp4: add parsing of mfra atom
Frédéric Yhuel [Wed, 30 Nov 2011 09:30:52 +0000 (10:30 +0100)]
demux/mp4: add parsing of mfra atom

mfra atom contains two leaf atoms, 'tfra' and 'mfro'. The first one
provides file offsets of the chunks in a isml file.

mfra atom support will not help Smooth Streaming support in VLC (at
least for the client part), but can be useful for other
purposes, e.g. to enable VLC to play a "raw" isml file.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocontrib: bghudappkit: fetch over git://
Rafaël Carré [Thu, 1 Dec 2011 05:06:17 +0000 (00:06 -0500)]
contrib: bghudappkit: fetch over git://

12 years agotypo
Rafaël Carré [Thu, 1 Dec 2011 04:31:03 +0000 (23:31 -0500)]
typo

12 years agocontrib: bluray: use bluray rather than libbluray
Rafaël Carré [Thu, 1 Dec 2011 04:10:39 +0000 (23:10 -0500)]
contrib: bluray: use bluray rather than libbluray

it's confusing enough to cause typos (sum-bluray instead of sum-libbluray)
and break make fetch

12 years agoremove trailing space breaking dependencies
Rafaël Carré [Thu, 1 Dec 2011 00:43:11 +0000 (19:43 -0500)]
remove trailing space breaking dependencies

12 years agoremove duplicate dep
Rafaël Carré [Thu, 1 Dec 2011 00:38:44 +0000 (19:38 -0500)]
remove duplicate dep

12 years agoContribs: dlopen crystalhd on win32
Jean-Baptiste Kempf [Thu, 1 Dec 2011 00:30:39 +0000 (01:30 +0100)]
Contribs: dlopen crystalhd on win32

And fix unzip behaviour

12 years agoconfigure: require latest libbluray
Jean-Baptiste Kempf [Wed, 30 Nov 2011 23:40:45 +0000 (00:40 +0100)]
configure: require latest libbluray

And drop libxml dependency

12 years agoConfigure: simplify MacOS flags
Jean-Baptiste Kempf [Wed, 30 Nov 2011 23:40:06 +0000 (00:40 +0100)]
Configure: simplify MacOS flags

No functionnal change

12 years agoContribs: update libbluray to 0.2.1
Jean-Baptiste Kempf [Wed, 30 Nov 2011 23:34:46 +0000 (00:34 +0100)]
Contribs: update libbluray to 0.2.1

12 years agoMacOS: do not try to have KDE-solid
Jean-Baptiste Kempf [Wed, 30 Nov 2011 17:39:16 +0000 (18:39 +0100)]
MacOS: do not try to have KDE-solid

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>