]> git.sesse.net Git - vlc/log
vlc
14 years agoUse ifdef's to guard against setlocale() in vlc-cache-gen
Pierre Ynard [Tue, 26 Jan 2010 13:35:49 +0000 (14:35 +0100)]
Use ifdef's to guard against setlocale() in vlc-cache-gen

14 years agolibvlcpp: add version-info to the library.
Rémi Duraffort [Tue, 26 Jan 2010 11:41:29 +0000 (12:41 +0100)]
libvlcpp: add version-info to the library.

14 years agolibvlcpp: directly access to the instance.
Rémi Duraffort [Tue, 26 Jan 2010 11:12:03 +0000 (12:12 +0100)]
libvlcpp: directly access to the instance.

14 years agoQt: allow multiple selection in iconView
Jean-Baptiste Kempf [Tue, 26 Jan 2010 11:39:36 +0000 (12:39 +0100)]
Qt: allow multiple selection in iconView

14 years agoQt: iconView, use uniformItemSizes()
Jean-Baptiste Kempf [Tue, 26 Jan 2010 11:18:00 +0000 (12:18 +0100)]
Qt: iconView, use uniformItemSizes()

From Qt's doc:
"This enables the view to do some optimizations for performance purposes."

14 years agolibvlcpp: add a .pc file.
Rémi Duraffort [Tue, 26 Jan 2010 11:04:31 +0000 (12:04 +0100)]
libvlcpp: add a .pc file.

14 years agoQt playlist: mistaken currentItem logic
Jakob Leben [Tue, 26 Jan 2010 06:29:39 +0000 (07:29 +0100)]
Qt playlist: mistaken currentItem logic

14 years agoQt: save settings for playlist-selector/art splitter
Jakob Leben [Tue, 26 Jan 2010 05:54:53 +0000 (06:54 +0100)]
Qt: save settings for playlist-selector/art splitter

...to enable permanent hiding of art display

14 years agoQt: end settings group earlier so other settings have effect
Jakob Leben [Tue, 26 Jan 2010 05:48:58 +0000 (06:48 +0100)]
Qt: end settings group earlier so other settings have effect

14 years agoQt PL Model: don't emit currentChanged twice
Jakob Leben [Tue, 26 Jan 2010 04:50:52 +0000 (05:50 +0100)]
Qt PL Model: don't emit currentChanged twice

14 years agoQt: currentView initialization
Jakob Leben [Tue, 26 Jan 2010 04:41:59 +0000 (05:41 +0100)]
Qt: currentView initialization

14 years agoQt: plViews, cleanups
Jean-Baptiste Kempf [Tue, 26 Jan 2010 00:33:11 +0000 (01:33 +0100)]
Qt: plViews, cleanups

14 years agoQt: track the currentView and simplify the code
Jean-Baptiste Kempf [Tue, 26 Jan 2010 00:23:38 +0000 (01:23 +0100)]
Qt: track the currentView and simplify the code

14 years agoQt: put CreateTreeView and createIconView in their own functions
Jean-Baptiste Kempf [Mon, 25 Jan 2010 23:50:28 +0000 (00:50 +0100)]
Qt: put CreateTreeView and createIconView in their own functions

14 years agomacosx/framework: Remove the newly removed exception parameter of libvlc_event_attach.
Sebastien Zwickert [Mon, 25 Jan 2010 21:57:17 +0000 (22:57 +0100)]
macosx/framework: Remove the newly removed exception parameter of libvlc_event_attach.

Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
14 years agomacosx/framework: Implement write KVC for VLCMediaList.
Pierre d'Herbemont [Mon, 25 Jan 2010 23:41:46 +0000 (00:41 +0100)]
macosx/framework: Implement write KVC for VLCMediaList.

14 years agoFixed compilation after FromCharset.
Laurent Aimar [Mon, 25 Jan 2010 22:15:06 +0000 (23:15 +0100)]
Fixed compilation after FromCharset.

14 years agoAdded FromCharset helper.
Laurent Aimar [Mon, 25 Jan 2010 22:05:53 +0000 (23:05 +0100)]
Added FromCharset helper.

 It allows to easily convert from any charset supported by
vlc_iconv to UTF-8 (but with a performance penalty).

14 years agoFix segfault when freetype-yuvp is set to 1 in vlcrc.
Alexis Ballier [Mon, 25 Jan 2010 21:42:31 +0000 (22:42 +0100)]
Fix segfault when freetype-yuvp is set to 1 in vlcrc.

Allocate a palette for the format/region and reuse it. subpicture_region_Delete should take care of freeing it, but please someone double checks this to be sure.

Reported by: Alexander Stein
References: https://bugs.gentoo.org/show_bug.cgi?id=300406

14 years agoSet Shortname for Dirac and spudec
Jean-Baptiste Kempf [Mon, 25 Jan 2010 21:38:14 +0000 (22:38 +0100)]
Set Shortname for Dirac and spudec

14 years agoRename the "Other codecs" category
Jean-Baptiste Kempf [Mon, 25 Jan 2010 21:33:44 +0000 (22:33 +0100)]
Rename the "Other codecs" category

 - Noone knew what it was
 - Only FFmpeg+DMO were there and not being SPU_ES decoders
 - Maybe SDEC meant _S_ubtitles...
 - FFmpeg and DMO are in Video codecs now.

If you don't like this solution, I suggest merging all codecs subcat

14 years agoFluidsynth: convert path to ANSI on Windows
Rémi Denis-Courmont [Mon, 25 Jan 2010 21:13:01 +0000 (23:13 +0200)]
Fluidsynth: convert path to ANSI on Windows

14 years agofluidsynth: use error dialogs if the sound font fails
Rémi Denis-Courmont [Mon, 25 Jan 2010 21:11:38 +0000 (23:11 +0200)]
fluidsynth: use error dialogs if the sound font fails

14 years agoWe know that you are discovery, don't tell it to us 3 times
Jean-Baptiste Kempf [Mon, 25 Jan 2010 21:03:07 +0000 (22:03 +0100)]
We know that you are discovery, don't tell it to us 3 times

14 years agoTry to generate the plugins cache from make
Rémi Denis-Courmont [Mon, 25 Jan 2010 20:26:07 +0000 (22:26 +0200)]
Try to generate the plugins cache from make

 * Generate the plugins cache for the build tree during make all
   (if not cross-compiling).
 * Generate the plugins cache for the installation during make install
   (if not staging with DESTDIR).

14 years agoAdd vlc-cache-gen to generate the plugins cache off-line
Rémi Denis-Courmont [Mon, 25 Jan 2010 19:07:15 +0000 (21:07 +0200)]
Add vlc-cache-gen to generate the plugins cache off-line

14 years agoplugins must match "lib*_plugin"LIBEXT, not just "*"LIBEXT
Rémi Denis-Courmont [Mon, 25 Jan 2010 20:25:18 +0000 (22:25 +0200)]
plugins must match "lib*_plugin"LIBEXT, not just "*"LIBEXT

14 years agoxcb: fix resizing failing to succeed sometimes
Erwan Tulou [Sun, 10 Jan 2010 20:56:04 +0000 (21:56 +0100)]
xcb: fix resizing failing to succeed sometimes

The vout window provider may issue a series of several resize events in a row.
(e.g a user switching back and forth between two layouts in skins2)
Some events may then be wrongly discarded by xcb based on a check that doesn't
represent the latest situation.
The new design actually can accept all resizing events, and only processes the last event of a series of events detected by xcb. No filtering is needed in xcb.

14 years agoskins2: correct forgotten position and set default values
Erwan Tulou [Mon, 25 Jan 2010 07:31:11 +0000 (08:31 +0100)]
skins2: correct forgotten position and set default values

14 years agoskins2: remove dead code
Erwan Tulou [Mon, 25 Jan 2010 10:31:21 +0000 (11:31 +0100)]
skins2: remove dead code

14 years agoQt4: distribute icon file
Pierre Ynard [Mon, 25 Jan 2010 18:58:52 +0000 (19:58 +0100)]
Qt4: distribute icon file

14 years agoSave the plugins cache as early as possible
Rémi Denis-Courmont [Mon, 25 Jan 2010 18:29:56 +0000 (20:29 +0200)]
Save the plugins cache as early as possible

This rgeatly reduces the changes that it's generated more than once,
if there are multiple concurrent VLC's, or if VLC crashes before exit.

14 years agoConsistency loading -> saving
Rémi Denis-Courmont [Mon, 25 Jan 2010 18:29:43 +0000 (20:29 +0200)]
Consistency loading -> saving

14 years agoUse utf8_unlink
Rémi Denis-Courmont [Mon, 25 Jan 2010 18:29:32 +0000 (20:29 +0200)]
Use utf8_unlink

14 years agoUseless headers
Rémi Denis-Courmont [Mon, 25 Jan 2010 18:21:02 +0000 (20:21 +0200)]
Useless headers

14 years agoModules cache: refactor, no functional changes
Rémi Denis-Courmont [Mon, 25 Jan 2010 18:19:28 +0000 (20:19 +0200)]
Modules cache: refactor, no functional changes

14 years agoRemove CACHEDIR.tag
Rémi Denis-Courmont [Mon, 25 Jan 2010 18:07:18 +0000 (20:07 +0200)]
Remove CACHEDIR.tag

As we now store the cache in ~/.cache, this has become quite useless.
In any case, practically no software implements this spec, adn the
author seems to have lost interest over  years ago.

14 years agoExtensions: distribute headers
Pierre Ynard [Mon, 25 Jan 2010 17:39:07 +0000 (18:39 +0100)]
Extensions: distribute headers

14 years agolibvlc_event_manager: remove exceptions
Rémi Denis-Courmont [Mon, 25 Jan 2010 17:19:19 +0000 (19:19 +0200)]
libvlc_event_manager: remove exceptions

14 years agoQt4: don't use TS muxer with RTSP in sout wizard
Pierre Ynard [Mon, 25 Jan 2010 17:28:02 +0000 (18:28 +0100)]
Qt4: don't use TS muxer with RTSP in sout wizard

Most RTSP clients expect native RTP and won't cope with Transport
Stream. Also, since RTSP takes care of RTP setup, there is little
benefit in having a single stream.

14 years agotaglib writer: use decode_URI_duplicate
Rémi Denis-Courmont [Mon, 25 Jan 2010 16:31:26 +0000 (18:31 +0200)]
taglib writer: use decode_URI_duplicate

The code looks suspicious though.

14 years agocontribs: remove obsolete check
Rafaël Carré [Mon, 25 Jan 2010 16:21:21 +0000 (17:21 +0100)]
contribs: remove obsolete check

14 years agopython-ctypes: add MediaES structure definition
Olivier Aubert [Mon, 25 Jan 2010 15:48:55 +0000 (16:48 +0100)]
python-ctypes: add MediaES structure definition

14 years agopython-ctypes: cosmetic fixes in README
Olivier Aubert [Sun, 24 Jan 2010 13:46:57 +0000 (14:46 +0100)]
python-ctypes: cosmetic fixes in README

14 years agoQt iconView: initial attempt at item browsing/playing
Jakob Leben [Mon, 25 Jan 2010 15:49:55 +0000 (16:49 +0100)]
Qt iconView: initial attempt at item browsing/playing

14 years agoQt: use Title-to-Name fallback for icon text
Jakob Leben [Mon, 25 Jan 2010 15:36:06 +0000 (16:36 +0100)]
Qt: use Title-to-Name fallback for icon text

14 years agoQt iconView: recude the clipping radius to 5 (from 7)
Jean-Baptiste Kempf [Mon, 25 Jan 2010 15:45:26 +0000 (16:45 +0100)]
Qt iconView: recude the clipping radius to 5 (from 7)

14 years agoQt: don't use 2 drawPixmap
Jean-Baptiste Kempf [Mon, 25 Jan 2010 15:28:56 +0000 (16:28 +0100)]
Qt: don't use 2 drawPixmap

14 years agoQt: add drow shadow effect
Ludovic Fauvet [Mon, 25 Jan 2010 14:09:25 +0000 (15:09 +0100)]
Qt: add drow shadow effect

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: add some spacing between items
Ludovic Fauvet [Mon, 25 Jan 2010 13:49:15 +0000 (14:49 +0100)]
Qt: add some spacing between items

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: draw rounded art pixmap
Ludovic Fauvet [Mon, 25 Jan 2010 13:00:37 +0000 (14:00 +0100)]
Qt: draw rounded art pixmap

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: wrap items automatically in a grid.
Ludovic Fauvet [Mon, 25 Jan 2010 13:21:11 +0000 (14:21 +0100)]
Qt: wrap items automatically in a grid.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: iconView: don't allow the items to be moved.
Jean-Baptiste Kempf [Mon, 25 Jan 2010 14:49:23 +0000 (15:49 +0100)]
Qt: iconView: don't allow the items to be moved.

14 years agoQt: use styled item highlighting in playlist icon view
Jakob Leben [Mon, 25 Jan 2010 13:59:00 +0000 (14:59 +0100)]
Qt: use styled item highlighting in playlist icon view

14 years agoQt: better function name
Jakob Leben [Mon, 25 Jan 2010 13:47:00 +0000 (14:47 +0100)]
Qt: better function name

14 years agoQt: remove unused code
Jakob Leben [Mon, 25 Jan 2010 13:39:55 +0000 (14:39 +0100)]
Qt: remove unused code

14 years agoNEW: mention libVLCpp and extensions framework
Jean-Baptiste Kempf [Mon, 25 Jan 2010 13:15:49 +0000 (14:15 +0100)]
NEW: mention libVLCpp and extensions framework

14 years agoQt: playlist: use same context menu for both tree- and icon-view
Jakob Leben [Mon, 25 Jan 2010 12:52:53 +0000 (13:52 +0100)]
Qt: playlist: use same context menu for both tree- and icon-view

14 years agoQt: Use the 64x64 icon for noart in iconView
Jean-Baptiste Kempf [Mon, 25 Jan 2010 11:05:43 +0000 (12:05 +0100)]
Qt: Use the 64x64 icon for noart in iconView

14 years agoQt: noArt in 64x64
Jean-Baptiste Kempf [Mon, 25 Jan 2010 11:03:29 +0000 (12:03 +0100)]
Qt: noArt in 64x64

This will be usefull to avoid to many resizing in icon_View

14 years agoQt: get a correct icon_View design
Jean-Baptiste Kempf [Mon, 25 Jan 2010 10:49:47 +0000 (11:49 +0100)]
Qt: get a correct icon_View design

This is not top quality yet, but it is usable.

14 years agophonon: Improve chances of finding libvlc.so.*
Colin Guthrie [Mon, 25 Jan 2010 01:12:47 +0000 (01:12 +0000)]
phonon: Improve chances of finding libvlc.so.*

Search the install library path as well as the hard coded /usr/lib
and /usr/local/lib (this is particularly important on system that
use the 64 suffix on x86_64.
(cherry picked from commit 47ffd252b036e4047054e3926ba0a9f94170c35e)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agophonon: Follow 2c57cb and remove exceptions in calls.
Colin Guthrie [Mon, 25 Jan 2010 01:11:18 +0000 (01:11 +0000)]
phonon: Follow 2c57cb and remove exceptions in calls.
(cherry picked from commit 80048bbcbf55c63290f3b2f6b1f04ce2f6b8d9f9)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoRTMP: Fix a format-security warning
Colin Guthrie [Sun, 24 Jan 2010 22:42:13 +0000 (22:42 +0000)]
RTMP: Fix a format-security warning
(cherry picked from commit 71c4bb2a2eafcb72c40d7e6f02eb0236e6e92fdb)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agophonon: Add support to detect the pulsesupport.h header from kdesupport phonon package
Colin Guthrie [Sun, 24 Jan 2010 12:05:20 +0000 (12:05 +0000)]
phonon: Add support to detect the pulsesupport.h header from kdesupport phonon package
(cherry picked from commit 9885b4e6aba33c840056e11cc678b9990f03e629)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agophonon: Allow building against kdesupport libphonon.
Colin Guthrie [Sun, 24 Jan 2010 11:51:57 +0000 (11:51 +0000)]
phonon: Allow building against kdesupport libphonon.

This uses the FindPhonon.cmake file from kdelibs to find
the phonon package. Previously it would not build and gave a
somewhat confusing 'Undefined Interface' error when running moc
(cherry picked from commit 59ff91c95d5cb447c89bfdb8be02b518a136c7f6)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoactivex: remove IVLCLog, IVLCMessagesIterator, IVLCMessage interface.
Jean-Paul Saman [Fri, 22 Jan 2010 21:03:56 +0000 (22:03 +0100)]
activex: remove IVLCLog, IVLCMessagesIterator, IVLCMessage interface.

14 years agoQt4: compile fix for Qt4.4
Jean-Baptiste Kempf [Mon, 25 Jan 2010 07:52:27 +0000 (08:52 +0100)]
Qt4: compile fix for Qt4.4

14 years agoQt: make playlist tree-view popup menu work again
Jakob Leben [Mon, 25 Jan 2010 01:42:07 +0000 (02:42 +0100)]
Qt: make playlist tree-view popup menu work again

14 years agoQt: constify arguments
Jakob Leben [Mon, 25 Jan 2010 01:18:26 +0000 (02:18 +0100)]
Qt: constify arguments

14 years agoQt: use a dummy painting for iconView until better
Jean-Baptiste Kempf [Mon, 25 Jan 2010 00:27:49 +0000 (01:27 +0100)]
Qt: use a dummy painting for iconView until better

14 years agoQt: Fix Segfault when exiting on Windows 2000
Michael McEll [Mon, 25 Jan 2010 00:20:08 +0000 (01:20 +0100)]
Qt: Fix Segfault when exiting on Windows 2000

Initialize two handles even if createTaskBarButtons() is not called.
Otherwise vlc.exe will segfault at exit

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: compile extensions on Qt4.4
Jean-Baptiste Kempf [Mon, 25 Jan 2010 00:08:34 +0000 (01:08 +0100)]
Qt: compile extensions on Qt4.4

14 years agoQt: variable renaming so they are more explicit
Jean-Baptiste Kempf [Mon, 25 Jan 2010 00:02:10 +0000 (01:02 +0100)]
Qt: variable renaming so they are more explicit

14 years agoQt: use the new PlIconView class
Jean-Baptiste Kempf [Sun, 24 Jan 2010 23:59:19 +0000 (00:59 +0100)]
Qt: use the new PlIconView class

14 years agoQt: create new classes for IconView
Jean-Baptiste Kempf [Sun, 24 Jan 2010 23:54:28 +0000 (00:54 +0100)]
Qt: create new classes for IconView

14 years agoQt: clear PL item id cache when sorting
Jakob Leben [Mon, 25 Jan 2010 00:06:48 +0000 (01:06 +0100)]
Qt: clear PL item id cache when sorting

fix #3263

14 years agoQt: create a helper function to manage core ArtUrl
Jean-Baptiste Kempf [Sun, 24 Jan 2010 23:19:52 +0000 (00:19 +0100)]
Qt: create a helper function to manage core ArtUrl

decodeArtURL( input_item_t *p_item ) should be self-explanatory.
And use it.

14 years agocontribs: updated libpng patch
Felix Paul Kühne [Sun, 24 Jan 2010 22:59:40 +0000 (23:59 +0100)]
contribs: updated libpng patch

14 years agocontribs: fixed live555 linking when cross-compiling on Darwin
Felix Paul Kühne [Sun, 24 Jan 2010 22:40:27 +0000 (23:40 +0100)]
contribs: fixed live555 linking when cross-compiling on Darwin

14 years agoFix mozilla compilation on OSX
Jean-Baptiste Kempf [Sun, 24 Jan 2010 22:22:28 +0000 (23:22 +0100)]
Fix mozilla compilation on OSX

Needs testing

14 years agoQt4: fix file headers
Pierre Ynard [Sun, 24 Jan 2010 22:04:30 +0000 (23:04 +0100)]
Qt4: fix file headers

14 years agocontribs: removed outdated pkgconfig patches
Felix Paul Kühne [Sun, 24 Jan 2010 21:58:37 +0000 (22:58 +0100)]
contribs: removed outdated pkgconfig patches

14 years agoActiveX: fix compilation
Jean-Baptiste Kempf [Sun, 24 Jan 2010 21:50:29 +0000 (22:50 +0100)]
ActiveX: fix compilation

And deactivate the set_teletext functions, since they have been removed from libvlc...

14 years agoQt4: add the RTSP protocol to the sout dialog
Pierre Ynard [Sun, 24 Jan 2010 21:37:42 +0000 (22:37 +0100)]
Qt4: add the RTSP protocol to the sout dialog

It is set up to use the TS muxer

14 years ago2010 VideoLAN signing key.
Christophe Mutricy [Sun, 24 Jan 2010 21:09:26 +0000 (21:09 +0000)]
2010 VideoLAN signing key.

pub   4096R/E79997B5 2010-01-24 [expires: 2011-01-24]
      Key fingerprint = 8B41 4B3D 9A40 7A79 23AC  6B1E 13E9 5EDB E799 97B5
uid                  VideoLAN Release Signing Key (2010)

14 years agoQt: code cosmetics
Jean-Baptiste Kempf [Sun, 24 Jan 2010 18:50:15 +0000 (19:50 +0100)]
Qt: code cosmetics

14 years agoQt: publicize getItem() in the model
Jean-Baptiste Kempf [Sun, 24 Jan 2010 18:49:02 +0000 (19:49 +0100)]
Qt: publicize getItem() in the model

14 years agoLUA interface: correct/simplify error handling
Rémi Denis-Courmont [Sun, 24 Jan 2010 19:55:08 +0000 (21:55 +0200)]
LUA interface: correct/simplify error handling

14 years agoLUA interface: unlock the mutex sometime
Rémi Denis-Courmont [Sun, 24 Jan 2010 19:54:10 +0000 (21:54 +0200)]
LUA interface: unlock the mutex sometime

14 years agoLUA: fix busy loop with "luahttp" and "luarc" shortcuts
Rémi Denis-Courmont [Sun, 24 Jan 2010 19:21:24 +0000 (21:21 +0200)]
LUA: fix busy loop with "luahttp" and "luarc" shortcuts

14 years agoWin32: close vlc when heap corruption is detected
Geoffroy Couprie [Sun, 24 Jan 2010 19:05:30 +0000 (20:05 +0100)]
Win32: close vlc when heap corruption is detected

14 years agoLua extensions: fix (again) compilation on Windows. All the obvious function names...
Geoffroy Couprie [Sun, 24 Jan 2010 19:04:00 +0000 (20:04 +0100)]
Lua extensions: fix (again) compilation on Windows. All the obvious function names are already taken by Windows headers

14 years agoWin32: get rid of calls to GetVersion (CoCreateInstance will fail anyway if the featu...
Geoffroy Couprie [Tue, 19 Jan 2010 14:13:33 +0000 (15:13 +0100)]
Win32: get rid of calls to GetVersion (CoCreateInstance will fail anyway if the feature is not present)

14 years agoContrib: disable filters in FFmpeg
Jean-Baptiste Kempf [Sun, 24 Jan 2010 18:35:57 +0000 (19:35 +0100)]
Contrib: disable filters in FFmpeg

14 years agoContribs: uneeded patch for FFmpeg/win32
Jean-Baptiste Kempf [Sun, 24 Jan 2010 18:33:10 +0000 (19:33 +0100)]
Contribs: uneeded patch for FFmpeg/win32

Thanks to fenrir and ramiro for their continuous work.

14 years agoprojectm: add missing return.
Rémi Duraffort [Sun, 24 Jan 2010 17:05:09 +0000 (18:05 +0100)]
projectm: add missing return.

14 years agofix mozilla plugin compilation.
Rémi Duraffort [Sun, 24 Jan 2010 16:58:37 +0000 (17:58 +0100)]
fix mozilla plugin compilation.

14 years agodarwin_specific: Fix coding style (sick).
Pierre d'Herbemont [Sun, 24 Jan 2010 16:58:49 +0000 (17:58 +0100)]
darwin_specific: Fix coding style (sick).

14 years agodarwin_specific: Make sure developer version of VLC.app works.
Pierre d'Herbemont [Sun, 24 Jan 2010 16:56:39 +0000 (17:56 +0100)]
darwin_specific: Make sure developer version of VLC.app works.