]> git.sesse.net Git - vlc/log
vlc
15 years agoPunjabi translation update by Amanpreet Singh Alam
Christophe Mutricy [Wed, 6 Aug 2008 23:49:33 +0000 (00:49 +0100)]
Punjabi translation update by Amanpreet Singh Alam

15 years agoFix language selection
Christophe Mutricy [Wed, 6 Aug 2008 23:06:05 +0000 (00:06 +0100)]
Fix language selection

15 years agoYet more hint about PKG_CONFIG_PATH
Christophe Mutricy [Wed, 6 Aug 2008 22:02:50 +0000 (23:02 +0100)]
Yet more hint about PKG_CONFIG_PATH

15 years agoRemove the progressBar in the interface to show more clearly the bug in AVI fixing...
Jean-Baptiste Kempf [Wed, 6 Aug 2008 21:24:42 +0000 (14:24 -0700)]
Remove the progressBar in the interface to show more clearly the bug in AVI fixing. Add debug too...

15 years agoOpen Panel line size fix.
Jean-Baptiste Kempf [Wed, 6 Aug 2008 00:30:18 +0000 (17:30 -0700)]
Open Panel line size fix.

15 years agoAdd translations for Win32 installer (fix #1044)
Pauline Castets [Wed, 6 Aug 2008 08:27:35 +0000 (10:27 +0200)]
Add translations for Win32 installer (fix #1044)

Enable translation for Win32 installer. French translation is provided.
New translation files need to be created in order to translate other
languages.
Translated strings are:
- strings displayed in installer pages, other than the NSI standard ones
(section names, section descriptions, installation types, VLC already
installed massage)
- context menu entries (Open With VLC, Add to VLC's playlist)
- name of actions displayed in Windows autorun dialog, for DVD and CD
(Play With VLC)

Add translation files for english and french (english.nsh and
french.nsh)
Add header file to declare translation variables (declaration.nsh)
Include declaration.nsh in NSI file
Replace every displayed string in installer by the variable defined in
language file.
Modify Makefile to copy translation files for Win32 installer

Language is chosen by NSI, with a dialog at the beginning of the
installer (which was already there).
Translated string are copied into the variables according to which
language was chosen. Default is English.

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoBrazillian portuguese update by Sidney Doria
Christophe Mutricy [Wed, 6 Aug 2008 18:06:44 +0000 (19:06 +0100)]
Brazillian portuguese update by Sidney Doria

15 years agoFix compilation warning (a void* function might return something).
Rémi Duraffort [Wed, 6 Aug 2008 19:50:40 +0000 (21:50 +0200)]
Fix compilation warning (a void* function might return something).

15 years agoSAP: revert most of [a8eb03fa]
Rémi Denis-Courmont [Wed, 6 Aug 2008 17:14:47 +0000 (20:14 +0300)]
SAP: revert most of [a8eb03fa]

Especially POLLHUP makes no sense in events.

15 years agoPOLLHUP and POLLERR only make sense in revents
Rémi Denis-Courmont [Wed, 6 Aug 2008 17:10:54 +0000 (20:10 +0300)]
POLLHUP and POLLERR only make sense in revents

15 years agoRevert "poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist...
Derk-Jan Hartman [Wed, 6 Aug 2008 16:09:50 +0000 (18:09 +0200)]
Revert "poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this."

This reverts commit d934fc525f6be873a56c54dd97d0aa8f5fead910.

15 years agopoll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In...
Derk-Jan Hartman [Wed, 6 Aug 2008 14:58:02 +0000 (16:58 +0200)]
poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this.

This fixes #1687, receiving SAPs on Mac OS X.

15 years agoshortend a string to make it fit
Felix Paul Kühne [Wed, 6 Aug 2008 00:09:44 +0000 (02:09 +0200)]
shortend a string to make it fit

15 years agomacosx: Removed the non-existing font-effect option (quartztext only)
Felix Paul Kühne [Wed, 6 Aug 2008 00:06:27 +0000 (02:06 +0200)]
macosx: Removed the non-existing font-effect option (quartztext only)

15 years agoFinal translation updates
Felix Paul Kühne [Tue, 5 Aug 2008 23:52:44 +0000 (01:52 +0200)]
Final translation updates

Regrettably, I don't have the time to translate all video filters, ...

15 years agoFix some interaction issues. Ref #1808
Jean-Baptiste Kempf [Tue, 5 Aug 2008 22:32:30 +0000 (15:32 -0700)]
Fix some interaction issues. Ref #1808

15 years agoDo not segfault on non video stream (close #1821)
Laurent Aimar [Tue, 5 Aug 2008 19:16:45 +0000 (21:16 +0200)]
Do not segfault on non video stream (close #1821)
Do not segfault if no video filters.

15 years agoClean up a bit duplicate module.
Laurent Aimar [Tue, 5 Aug 2008 19:01:36 +0000 (21:01 +0200)]
Clean up a bit duplicate module.

15 years agoPrevent wrong es selection on invalid syntax (part of #1821)
Laurent Aimar [Tue, 5 Aug 2008 18:54:52 +0000 (20:54 +0200)]
Prevent wrong es selection on invalid syntax (part of #1821)
Warn on invalid syntax.
Check malloc return values.

15 years agoForce modality to fix 1746.
Jean-Baptiste Kempf [Tue, 5 Aug 2008 19:17:08 +0000 (12:17 -0700)]
Force modality to fix 1746.

15 years agoRemove unuseful debug.
Jean-Baptiste Kempf [Tue, 5 Aug 2008 19:06:09 +0000 (12:06 -0700)]
Remove unuseful debug.

15 years agoTry to fix some OpenDialog sizing issues, reported by trax (no ticket) and hopefully...
Jean-Baptiste Kempf [Tue, 5 Aug 2008 18:52:14 +0000 (11:52 -0700)]
Try to fix some OpenDialog sizing issues, reported by trax (no ticket) and hopefully fix #1538

15 years agoNew DVD menu icon. Let's hope it will please our overlords.
Jean-Baptiste Kempf [Tue, 5 Aug 2008 16:37:23 +0000 (09:37 -0700)]
New DVD menu icon. Let's hope it will please our overlords.

15 years agoContribs: Fix libass \h char handling.
Jean-Baptiste Kempf [Mon, 4 Aug 2008 22:22:20 +0000 (00:22 +0200)]
Contribs: Fix libass \h char handling.

15 years agode.po: further updates and additions. More to come.
Felix Paul Kühne [Mon, 4 Aug 2008 12:02:36 +0000 (14:02 +0200)]
de.po: further updates and additions. More to come.

15 years agowin32: no need of an icon for the dll
Christophe Mutricy [Mon, 4 Aug 2008 21:36:38 +0000 (22:36 +0100)]
win32: no need of an icon for the dll

Save 2 x 85ko

15 years agoRomanian translation update by Cristian Secară
Christophe Mutricy [Mon, 4 Aug 2008 20:51:06 +0000 (21:51 +0100)]
Romanian translation update by Cristian Secară

15 years agoSlovak translation update by Marián Hikaník
Christophe Mutricy [Mon, 4 Aug 2008 20:50:07 +0000 (21:50 +0100)]
Slovak translation update by Marián Hikaník

15 years agoDutch translation update by Myckel Habets and Thomas De Rocker
Christophe Mutricy [Mon, 4 Aug 2008 20:49:18 +0000 (21:49 +0100)]
Dutch translation update by Myckel Habets and Thomas De Rocker

15 years agoqt4: i18n fix
Christophe Mutricy [Mon, 4 Aug 2008 20:25:05 +0000 (21:25 +0100)]
qt4: i18n fix

15 years agoCorrectly save the privacy dialog modifications.
Jean-Baptiste Kempf [Mon, 4 Aug 2008 21:09:48 +0000 (14:09 -0700)]
Correctly save the privacy dialog modifications.

15 years agoUse available Screensize and not the complete screensize to center a widget.
Jean-Baptiste Kempf [Mon, 4 Aug 2008 20:27:18 +0000 (13:27 -0700)]
Use available Screensize and not the complete screensize to center a widget.

15 years agocontrib: update fontconfig
Derk-Jan Hartman [Mon, 4 Aug 2008 20:51:32 +0000 (22:51 +0200)]
contrib: update fontconfig

15 years agoDon't launch an update request at the first launch, but wait for the second launch...
Jean-Baptiste Kempf [Mon, 4 Aug 2008 19:53:37 +0000 (12:53 -0700)]
Don't launch an update request at the first launch, but wait for the second launch in order to have the right network-policy value. This fixes the 'I update even when you said no" bug.

15 years agoSmall icon size fix
Jean-Baptiste Kempf [Mon, 4 Aug 2008 19:29:37 +0000 (12:29 -0700)]
Small icon size fix

15 years agoStack the extended tool by default just under the player, to mimic 0.8.6 behaviour.
Jean-Baptiste Kempf [Mon, 4 Aug 2008 19:28:04 +0000 (12:28 -0700)]
Stack the extended tool by default just under the player, to mimic 0.8.6 behaviour.

15 years agoRemove stupid test and error message.
Rémi Duraffort [Mon, 4 Aug 2008 19:11:48 +0000 (21:11 +0200)]
Remove stupid test and error message.

15 years agoFix potential memleaks.
Rémi Duraffort [Mon, 4 Aug 2008 18:39:08 +0000 (20:39 +0200)]
Fix potential memleaks.

15 years agoFix memleak.
Rémi Duraffort [Mon, 4 Aug 2008 18:38:43 +0000 (20:38 +0200)]
Fix memleak.

15 years agoFixed video request when the qt4 embedded slot is already taken.
Laurent Aimar [Mon, 4 Aug 2008 18:31:18 +0000 (20:31 +0200)]
Fixed video request when the qt4 embedded slot is already taken.

15 years agoAdded a missing const in x11.
Laurent Aimar [Mon, 4 Aug 2008 17:21:13 +0000 (19:21 +0200)]
Added a missing const in x11.

15 years agoFixed uninitialized value.
Laurent Aimar [Sun, 3 Aug 2008 20:39:44 +0000 (22:39 +0200)]
Fixed uninitialized value.

15 years agoHTTP interface: accept IPv6 bind address
Rémi Denis-Courmont [Mon, 4 Aug 2008 15:30:52 +0000 (18:30 +0300)]
HTTP interface: accept IPv6 bind address

15 years agoFix wrapper: use SOCK_STREAM rather than SOCK_DGRAM for TCP
Rémi Denis-Courmont [Mon, 4 Aug 2008 15:24:21 +0000 (18:24 +0300)]
Fix wrapper: use SOCK_STREAM rather than SOCK_DGRAM for TCP

15 years agoForgotten file (.png) in the tarballs.
Jean-Baptiste Kempf [Mon, 4 Aug 2008 15:14:48 +0000 (08:14 -0700)]
Forgotten file (.png) in the tarballs.

15 years agolive555: fix "unpause" and remove startseq, which is no longer needed because we...
Derk-Jan Hartman [Mon, 4 Aug 2008 13:42:24 +0000 (15:42 +0200)]
live555: fix "unpause" and remove startseq, which is no longer needed because we don't do NPT calculations ourselves.

15 years agolive555: retrieve NPT from live555. implement DEMUX_SET_TIME, DEMUX_GET_TIME and...
Derk-Jan Hartman [Mon, 4 Aug 2008 13:22:17 +0000 (15:22 +0200)]
live555: retrieve NPT from live555. implement DEMUX_SET_TIME, DEMUX_GET_TIME and DEMUX_GET_POSITION

15 years agolive555: some whitespace cleaning
Derk-Jan Hartman [Mon, 4 Aug 2008 12:23:23 +0000 (14:23 +0200)]
live555: some whitespace cleaning

15 years agokate decoder plugin: track and use basic formatting: region size/position, text marku...
Vincent Penquerc'h [Wed, 30 Jul 2008 19:55:55 +0000 (20:55 +0100)]
kate decoder plugin: track and use basic formatting: region size/position, text markup - in particular, this allows image based subtitles to be scaled and moved to where they are meant to be if the accompanying video was encoded at a resolution different from the source

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agoTry to fix Sout Dialog ( Part 2 )
Jean-Baptiste Kempf [Mon, 4 Aug 2008 02:39:57 +0000 (19:39 -0700)]
Try to fix Sout Dialog ( Part 2 )

Should fix RTP generation and Icecast generation.

15 years agoFix #1808 on AVI fixing.
Jean-Baptiste Kempf [Mon, 4 Aug 2008 00:23:55 +0000 (17:23 -0700)]
Fix #1808 on AVI fixing.

15 years agoeyetv: Switch from Read to BlockRead, and use a more useful MTU when reading the...
Derk-Jan Hartman [Sun, 3 Aug 2008 22:38:28 +0000 (00:38 +0200)]
eyetv: Switch from Read to BlockRead, and use a more useful MTU when reading the data from the socket. These changes are based on the udp plugin. The EyeTV module works like a charm now. This fixes #770

15 years agotransform-type is a command.
Antoine Cellerier [Sun, 3 Aug 2008 22:01:59 +0000 (00:01 +0200)]
transform-type is a command.

15 years agoNew icons for the playlist in the same tones than the main ones.
Jean-Baptiste Kempf [Sun, 3 Aug 2008 21:37:43 +0000 (14:37 -0700)]
New icons for the playlist in the same tones than the main ones.

15 years agoFix very small layout issue in the preferences.
Jean-Baptiste Kempf [Sun, 3 Aug 2008 01:20:19 +0000 (18:20 -0700)]
Fix very small layout issue in the preferences.

15 years agoLibass in the contribs.
Jean-Baptiste Kempf [Sun, 3 Aug 2008 07:19:41 +0000 (09:19 +0200)]
Libass in the contribs.

15 years agoupdate: Correctly compare the version number.
Pierre d'Herbemont [Sun, 3 Aug 2008 19:02:43 +0000 (21:02 +0200)]
update: Correctly compare the version number.

15 years agoupdate: Fix it.
Pierre d'Herbemont [Sun, 3 Aug 2008 19:02:22 +0000 (21:02 +0200)]
update: Fix it.

15 years agopackage/osx: make sure that we also put the platform-dependent modules in the ub oO
Felix Paul Kühne [Sun, 3 Aug 2008 18:29:18 +0000 (20:29 +0200)]
package/osx: make sure that we also put the platform-dependent modules in the ub oO

15 years agolive555: compilation fix
Felix Paul Kühne [Sun, 3 Aug 2008 18:17:24 +0000 (20:17 +0200)]
live555: compilation fix

15 years agoFix a memleak and threaded function definition.
Rémi Duraffort [Sun, 3 Aug 2008 18:17:19 +0000 (20:17 +0200)]
Fix a memleak and threaded function definition.

15 years agoAudio Scrobbler: Fix some tiny memleaks.
Rémi Duraffort [Sun, 3 Aug 2008 18:06:06 +0000 (20:06 +0200)]
Audio Scrobbler: Fix some tiny memleaks.

15 years agomedia_list_player: Fix.
Pierre d'Herbemont [Sun, 3 Aug 2008 18:05:42 +0000 (20:05 +0200)]
media_list_player: Fix.

15 years agoinput: Remove a tautology in input_item_SetPreparsed.
Pierre d'Herbemont [Sun, 3 Aug 2008 17:44:49 +0000 (19:44 +0200)]
input: Remove a tautology in input_item_SetPreparsed.

15 years agolibvlc: Properly raise an exception if something goes wrong in libvlc_media_get_durat...
Pierre d'Herbemont [Sun, 3 Aug 2008 17:40:30 +0000 (19:40 +0200)]
libvlc: Properly raise an exception if something goes wrong in libvlc_media_get_duration and libvlc_media_is_preparsed.

15 years agoFix memleak and bad use of a const variable.
Rémi Duraffort [Sun, 3 Aug 2008 17:42:19 +0000 (19:42 +0200)]
Fix memleak and bad use of a const variable.

15 years agoFix prototypes of threaded functions.
Pierre d'Herbemont [Sun, 3 Aug 2008 17:19:54 +0000 (19:19 +0200)]
Fix prototypes of threaded functions.

15 years agoTypo ;-)
Felix Paul Kühne [Sun, 3 Aug 2008 16:33:56 +0000 (18:33 +0200)]
Typo ;-)

15 years agomacosx: Assert() for special error case.
Pierre d'Herbemont [Sun, 3 Aug 2008 16:32:45 +0000 (18:32 +0200)]
macosx: Assert() for special error case.

Note: We should probably throw exception, and handle them a bit more gracefully, as we do in vlc_app.

15 years agobuidsystem: Fix package-macosx target so that they build VLC-release.app first. And...
Pierre d'Herbemont [Sun, 3 Aug 2008 16:11:10 +0000 (18:11 +0200)]
buidsystem: Fix package-macosx target so that they build VLC-release.app first. And make sure -zip contains Read Me.rtf.

15 years agomacosx: Set the controller window title to "VLC Media Player".
Pierre d'Herbemont [Sun, 3 Aug 2008 14:12:43 +0000 (16:12 +0200)]
macosx: Set the controller window title to "VLC Media Player".

15 years agoatmo: compile fix
Rémi Denis-Courmont [Sun, 3 Aug 2008 16:10:12 +0000 (19:10 +0300)]
atmo: compile fix

15 years agomacosx: Fix the simple prefs values and titles of string and int option lists. This...
Derk-Jan Hartman [Sun, 3 Aug 2008 16:04:40 +0000 (18:04 +0200)]
macosx: Fix the simple prefs values and titles of string and int option lists. This fixes #1680

15 years agoQt4: compile fix
Rémi Denis-Courmont [Sun, 3 Aug 2008 15:57:27 +0000 (18:57 +0300)]
Qt4: compile fix

15 years agoDo not hide many (all?) thread function having an incorrect prototype
Rémi Denis-Courmont [Sun, 3 Aug 2008 15:03:07 +0000 (18:03 +0300)]
Do not hide many (all?) thread function having an incorrect prototype

15 years agoDo not hide many (all?) thread function having an incorrect prototype
Rémi Denis-Courmont [Sun, 3 Aug 2008 15:03:07 +0000 (18:03 +0300)]
Do not hide many (all?) thread function having an incorrect prototype

15 years agoMoved static arrays to fft context.
Laurent Aimar [Sun, 3 Aug 2008 14:41:40 +0000 (16:41 +0200)]
Moved static arrays to fft context.

15 years agoRemoved static variable and added proper locking scheme.
Laurent Aimar [Sun, 3 Aug 2008 14:31:54 +0000 (16:31 +0200)]
Removed static variable and added proper locking scheme.

15 years agomacosx: Make sure the controller doesn't show nothing instead of the playlist.
Pierre d'Herbemont [Sun, 3 Aug 2008 13:30:56 +0000 (15:30 +0200)]
macosx: Make sure the controller doesn't show nothing instead of the playlist.

15 years agomedia_list_player: Make sure we do return an item to play. Should close #1527.
Pierre d'Herbemont [Sun, 3 Aug 2008 13:30:17 +0000 (15:30 +0200)]
media_list_player: Make sure we do return an item to play. Should close #1527.

15 years agoFixed filter_chain_GetFmtOut to really return the output value when
Laurent Aimar [Sun, 3 Aug 2008 12:54:44 +0000 (14:54 +0200)]
Fixed filter_chain_GetFmtOut to really return the output value when
possible.

15 years agoavcodec: use cast to avoid warning about this const. It's a rare case where we use...
Derk-Jan Hartman [Sun, 3 Aug 2008 12:19:37 +0000 (14:19 +0200)]
avcodec: use cast to avoid warning about this const. It's a rare case where we use a dummy empty palette that won't change and we don't want to recreate it every time either.

15 years agoRemoved non const static variable usages in mp4 drms.
Laurent Aimar [Sun, 3 Aug 2008 12:06:03 +0000 (14:06 +0200)]
Removed non const static variable usages in mp4 drms.

15 years agoavcodec: dummy palette is const
Derk-Jan Hartman [Sun, 3 Aug 2008 11:34:23 +0000 (13:34 +0200)]
avcodec: dummy palette is const

15 years agodmo: use const for audio channels struct
Derk-Jan Hartman [Sun, 3 Aug 2008 11:32:16 +0000 (13:32 +0200)]
dmo: use const for audio channels struct

15 years agov4l: const decl. in line with v4l2.c
Derk-Jan Hartman [Sun, 3 Aug 2008 11:25:45 +0000 (13:25 +0200)]
v4l: const decl. in line with v4l2.c

15 years agoMoved static variable to the subtitle demuxer context.
Laurent Aimar [Sun, 3 Aug 2008 11:39:09 +0000 (13:39 +0200)]
Moved static variable to the subtitle demuxer context.

15 years agoDo not try to precisely seek (unsing ES_OUT_SET_NEXT_DISPLAY_TIME) if it
Laurent Aimar [Sun, 3 Aug 2008 11:19:48 +0000 (13:19 +0200)]
Do not try to precisely seek (unsing ES_OUT_SET_NEXT_DISPLAY_TIME) if it
is too far away (> 500ms) from a key frame.
It will reduce seek precision but the implementation of
ES_OUT_SET_NEXT_DISPLAY_TIME is not good enough yet.

15 years agoqtcapture: const a struct.
Derk-Jan Hartman [Sun, 3 Aug 2008 11:21:01 +0000 (13:21 +0200)]
qtcapture: const a struct.

15 years agoRemoved debug left over in cc decoder.
Laurent Aimar [Sun, 3 Aug 2008 11:12:25 +0000 (13:12 +0200)]
Removed debug left over in cc decoder.

15 years agoFixed a few .mov with mp3 audio (close #1794).
Laurent Aimar [Sat, 2 Aug 2008 23:48:53 +0000 (01:48 +0200)]
Fixed a few .mov with mp3 audio (close #1794).

15 years agocc codec: don't use a static variable in the middle of the code for no reason what...
Derk-Jan Hartman [Sun, 3 Aug 2008 11:06:20 +0000 (13:06 +0200)]
cc codec: don't use a static variable in the middle of the code for no reason what so ever.

15 years agoDeclared many static variables const
Justus Piater [Sun, 3 Aug 2008 08:42:29 +0000 (10:42 +0200)]
Declared many static variables const

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoIn VCDFormatStr(), made temp_str non-static
Justus Piater [Sun, 3 Aug 2008 08:42:30 +0000 (10:42 +0200)]
In VCDFormatStr(), made temp_str non-static

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agomacosx: Add the file that allows nib to be edited.
Pierre d'Herbemont [Sun, 3 Aug 2008 04:24:45 +0000 (06:24 +0200)]
macosx: Add the file that allows nib to be edited.

15 years agomotiondetect: fix categorization of this module in the advanced prefs.
Derk-Jan Hartman [Sun, 3 Aug 2008 01:50:00 +0000 (03:50 +0200)]
motiondetect: fix categorization of this module in the advanced prefs.

15 years agomacosx: don't send key events to inexistent p_vout.
Derk-Jan Hartman [Fri, 1 Aug 2008 14:36:56 +0000 (16:36 +0200)]
macosx: don't send key events to inexistent p_vout.
Fixes a crash when changing deinterlace filter during pause and then pressing a hotkey (like play-pause). In this case the old vout is destroyed, but the new vout has not received an image yet and has therefore not spawned the new window yet.

We want to keep the possibility of using ESC to leave fullscreen if required, So I don't think we should disable key events all together in this rare case.

15 years agoNew icons following the previous remarks, a bit less dark, a bit smaller record butto...
Jean-Baptiste Kempf [Sun, 3 Aug 2008 00:01:19 +0000 (17:01 -0700)]
New icons following the previous remarks, a bit less dark, a bit smaller record button, a bit less colourfull AtoB buttons. Kassdédi to fenrir.

15 years agoCheck updates every 7 days (instead of 14) during the test releases.
Jean-Baptiste Kempf [Sat, 2 Aug 2008 23:39:28 +0000 (16:39 -0700)]
Check updates every 7 days (instead of 14) during the test releases.

15 years agoAdd version number to libvlc(core).dll
Christophe Mutricy [Sat, 2 Aug 2008 18:04:36 +0000 (19:04 +0100)]
Add version number to libvlc(core).dll

And generate the .rc with config.status rather than clutering the
Makefile