]> git.sesse.net Git - vlc/log
vlc
16 years agocreate a medialist on JVLC creation
Filippo Carone [Thu, 20 Mar 2008 23:31:58 +0000 (00:31 +0100)]
create a medialist on JVLC creation

16 years agoFix the handling of string variable - store them as UTF-8 into the config variables...
André Weber [Thu, 20 Mar 2008 20:17:48 +0000 (21:17 +0100)]
Fix the handling of string variable - store them as UTF-8 into the config variables, also convert the StringList values to an UTF8 string before putting them into a QVariant - which seems not to work if created from a "char *" - because later converterd QVariant->toString() isn't UTF8 like expected.
waveout.c forgott to convert string to UTF8 before storing in choice list

16 years agomedia instance tests added
Filippo Carone [Thu, 20 Mar 2008 19:44:24 +0000 (20:44 +0100)]
media instance tests added

16 years agoignore samples/target folder
Filippo Carone [Wed, 19 Mar 2008 13:36:05 +0000 (14:36 +0100)]
ignore samples/target folder

16 years agosome media descriptor tests
Filippo Carone [Wed, 19 Mar 2008 13:29:36 +0000 (14:29 +0100)]
some media descriptor tests

16 years agoIgnore Qt generated files.
Sam Hocevar [Thu, 20 Mar 2008 18:25:02 +0000 (18:25 +0000)]
Ignore Qt generated files.

qt4-uic (the Qt user interface compiler) and rcc (the Qt resource compiler)
create .cpp and .h files that we don't want to track. Adding them to
.gitignore.

16 years agoMinor Windows ME build fixes.
Sam Hocevar [Thu, 20 Mar 2008 18:11:53 +0000 (18:11 +0000)]
Minor Windows ME build fixes.

Add a --disable-wince option so that we can disable this (probably broken)
plugin's build when mingwce is detected. Also, add -lmmtimer to the libvlc
link flags because this is where timeGetTime() lies.

16 years agoDocumentation updates.
Sam Hocevar [Thu, 20 Mar 2008 17:43:48 +0000 (17:43 +0000)]
Documentation updates.

Made the Doxygen headers slightly clearer when directly read from the
header file, fixed grammar and spelling here and there, added some
missing \param and \return tags (though a lot remains to be done).

16 years agoMerge branch 'master' of git@git.videolan.org:vlc
Sam Hocevar [Thu, 20 Mar 2008 17:38:00 +0000 (17:38 +0000)]
Merge branch 'master' of git@git.videolan.org:vlc

16 years agoDon't use strcpy() on overlapping memory buffers - fixes #1500
Rémi Denis-Courmont [Thu, 20 Mar 2008 17:08:30 +0000 (19:08 +0200)]
Don't use strcpy() on overlapping memory buffers - fixes #1500

16 years agoPut (void)val; here and there to tell gcc we used the variable.
Sam Hocevar [Thu, 20 Mar 2008 16:59:11 +0000 (16:59 +0000)]
Put (void)val; here and there to tell gcc we used the variable.

The spin_lock wrappers do not use the return value of the functions they
wrap, resulting in dozens of compiler warnings because they are inline
functions. There is no elegant solution to this, I hope using (void)val;
is the least shocking alternative.

16 years agoset rc_method = X264_RC_CQP if qp is set
Ilkka Ollakka [Thu, 20 Mar 2008 16:01:00 +0000 (18:01 +0200)]
set rc_method = X264_RC_CQP if qp is set
set qpmin/qpmax even without qp set.
more constant on x264 parameters handling.

16 years agolibvlc.sym: Add __vlc_object_set_destructor and fix make check.
Pierre d'Herbemont [Wed, 19 Mar 2008 22:23:27 +0000 (23:23 +0100)]
libvlc.sym: Add __vlc_object_set_destructor and fix make check.

16 years agoSmall size adjustement.
Jean-Baptiste Kempf [Wed, 19 Mar 2008 22:08:27 +0000 (15:08 -0700)]
Small size adjustement.

16 years agoFix "Remove security-policy UI" [2db278fa3a9a53f1ab026acfd83672a405cb2e9f] commit...
Jean-Baptiste Kempf [Wed, 19 Mar 2008 22:06:21 +0000 (15:06 -0700)]
Fix "Remove security-policy UI" [2db278fa3a9a53f1ab026acfd83672a405cb2e9f] commit that made overlapping.

16 years agoRemove redumdant Makefile target
Rémi Denis-Courmont [Wed, 19 Mar 2008 19:00:19 +0000 (21:00 +0200)]
Remove redumdant Makefile target

16 years agopkg-config for the plugin API
Rémi Denis-Courmont [Wed, 19 Mar 2008 18:59:09 +0000 (20:59 +0200)]
pkg-config for the plugin API

(Don't expect this to work yet though)

16 years agoUse NDEBUG
Rémi Denis-Courmont [Wed, 19 Mar 2008 18:52:05 +0000 (20:52 +0200)]
Use NDEBUG

16 years agoSet PLUGIN_PATH and LOCALEDIR only for libvlc
Rémi Denis-Courmont [Wed, 19 Mar 2008 18:40:16 +0000 (20:40 +0200)]
Set PLUGIN_PATH and LOCALEDIR only for libvlc

16 years agoSAP: m= subtype is not supposed to be a number in with the "udp"
Rémi Denis-Courmont [Wed, 19 Mar 2008 17:31:15 +0000 (19:31 +0200)]
SAP: m= subtype is not supposed to be a number in with the "udp"
protocol, so don't try to use atoi() there.

16 years agovlc_fixups.h: Protect against multiple inclusions
Rémi Denis-Courmont [Wed, 19 Mar 2008 16:58:46 +0000 (18:58 +0200)]
vlc_fixups.h: Protect against multiple inclusions

16 years agofile access: Remove expand path, spare one dummy duplication
Rémi Denis-Courmont [Wed, 19 Mar 2008 16:46:53 +0000 (18:46 +0200)]
file access: Remove expand path, spare one dummy duplication

16 years agoFactorize the localtime_r replacement
Rémi Denis-Courmont [Wed, 19 Mar 2008 16:37:26 +0000 (18:37 +0200)]
Factorize the localtime_r replacement

16 years agoUse LoadLibrary instead of LoadLibraryA.
Sam Hocevar [Wed, 19 Mar 2008 13:53:57 +0000 (13:53 +0000)]
Use LoadLibrary instead of LoadLibraryA.

LoadLibrary can either point to LoadLibraryA or LoadLibraryW depending
on the system and build options, so let's use LoadLibrary everywhere
for consistency. Also, wrap static argument strings with _T() so that
they're automatically in the right format.

16 years agoFix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073). (closes #1531).
Pavlov Konstantin [Wed, 19 Mar 2008 15:31:07 +0000 (18:31 +0300)]
Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073). (closes #1531).
Thanks to Alin Rad Pop, Secunia Research.
Ported from libxine.

16 years agoAdd a --disable-vlc configure flag to not build VLC.
Sam Hocevar [Wed, 19 Mar 2008 13:18:09 +0000 (13:18 +0000)]
Add a --disable-vlc configure flag to not build VLC.

In some cases (eg. when building binary packages) one only needs libvlc
and libvlc-control and does not wish to build or install VLC binaries.
This --disable-vlc flag saves us from manually removing the unwanted
binaries after "make install".

16 years agomore libvlc_media_list_player tests
Filippo Carone [Wed, 19 Mar 2008 13:10:06 +0000 (14:10 +0100)]
more libvlc_media_list_player tests

16 years agoauhal: Fix kAudioDevicePropertyDeviceIsAlive check (vlc_bool_t size has changed and...
Pierre d'Herbemont [Wed, 19 Mar 2008 12:45:18 +0000 (13:45 +0100)]
auhal: Fix kAudioDevicePropertyDeviceIsAlive check (vlc_bool_t size has changed and doesn't match anymore the needed param size for kAudioDevicePropertyDeviceIsAlive).

16 years agoauhal: Replace deprecated Add/RemoveProc calls by Create/DestroyProcID calls.
Pierre d'Herbemont [Wed, 19 Mar 2008 12:17:46 +0000 (13:17 +0100)]
auhal: Replace deprecated Add/RemoveProc calls by Create/DestroyProcID calls.

16 years agoauhal: Make sure gettimeofday is defined.
Pierre d'Herbemont [Wed, 19 Mar 2008 11:06:07 +0000 (12:06 +0100)]
auhal: Make sure gettimeofday is defined.

16 years agoRevert "Fix compilation, by "fixing" VLC_PUBLIC_API." as the compilation breakage...
Pierre d'Herbemont [Wed, 19 Mar 2008 09:31:46 +0000 (10:31 +0100)]
Revert "Fix compilation, by "fixing" VLC_PUBLIC_API." as the compilation breakage on Qt4 was obviously a typo in 461e426f5.

This reverts commit 82d39c38faa8a4eaeb613d65d27957321f449c02.

16 years agoqt4: Fix open_panels.cpp compilation.
Pierre d'Herbemont [Wed, 19 Mar 2008 09:30:17 +0000 (10:30 +0100)]
qt4: Fix open_panels.cpp compilation.

16 years agoFix compilation, by "fixing" VLC_PUBLIC_API.
Pierre d'Herbemont [Wed, 19 Mar 2008 06:53:24 +0000 (07:53 +0100)]
Fix compilation, by "fixing" VLC_PUBLIC_API.

Revert "VLC_PUBLIC_API needs extern "C" on windows/c++ too."

This reverts commit 4af174fcd8b06d416eb499a61f56029a2d48bd90.

Revert "Mark VLC_PUBLIC_API as extern "C" when using C++."

This reverts commit 879e3eb226c7df84db6868b25964830664f92ebb.

Don't publish the default object destructor. (VLC_PUBLIC_API is broken)

16 years agoAdd "" around subtitles name. Fix #1528
Jean-Baptiste Kempf [Wed, 19 Mar 2008 02:42:12 +0000 (19:42 -0700)]
Add "" around subtitles name. Fix #1528

16 years agomedia_instance: Don't rely on vlc_object_find now that input refcounting is fixed.
Pierre d'Herbemont [Wed, 19 Mar 2008 01:32:28 +0000 (02:32 +0100)]
media_instance: Don't rely on vlc_object_find now that input refcounting is fixed.

16 years agocontrol/media_instance.c: Fix libvlc_media_instance_new_from_input_thread() now that...
Pierre d'Herbemont [Wed, 19 Mar 2008 01:05:06 +0000 (02:05 +0100)]
control/media_instance.c: Fix libvlc_media_instance_new_from_input_thread() now that input refcounting is fixed.

16 years agoAdd FLV mimetypes in browser plugins
Rafaël Carré [Wed, 19 Mar 2008 00:55:49 +0000 (01:55 +0100)]
Add FLV mimetypes in browser plugins

Patch contributed by dkl0

16 years agocontrol/media_descriptor.c: Proper vlc: URL.
Pierre d'Herbemont [Wed, 19 Mar 2008 00:37:24 +0000 (01:37 +0100)]
control/media_descriptor.c: Proper vlc: URL.

16 years agovlm: Don't automatically detach in vlm_Delete if not needed, this will be done at...
Pierre d'Herbemont [Wed, 19 Mar 2008 00:30:09 +0000 (01:30 +0100)]
vlm: Don't automatically detach in vlm_Delete if not needed, this will be done at destroy time if needed (This should fix some rare bug).

16 years agoobjects.c: Automatically detach from the parent.
Pierre d'Herbemont [Wed, 19 Mar 2008 00:29:12 +0000 (01:29 +0100)]
objects.c: Automatically detach from the parent.

16 years agovlm: Fix destruction by using correctly using refcounting.
Pierre d'Herbemont [Wed, 19 Mar 2008 00:24:36 +0000 (01:24 +0100)]
vlm: Fix destruction by using correctly using refcounting.

16 years agoVLC_PUBLIC_API needs extern "C" on windows/c++ too.
Pierre d'Herbemont [Tue, 18 Mar 2008 23:42:00 +0000 (00:42 +0100)]
VLC_PUBLIC_API needs extern "C" on windows/c++ too.

16 years agoinput: Get rid of Destroy(), and move sout keeping code to the destructor.
Pierre d'Herbemont [Tue, 18 Mar 2008 23:36:33 +0000 (00:36 +0100)]
input: Get rid of Destroy(), and move sout keeping code to the destructor.

16 years agoinput: Use a Destructor to delete critical resources. Destroy() should be removed.
Pierre d'Herbemont [Tue, 18 Mar 2008 23:02:47 +0000 (00:02 +0100)]
input: Use a Destructor to delete critical resources. Destroy() should be removed.

16 years agoblock.c: Remove a warning about unused argument.
Pierre d'Herbemont [Tue, 18 Mar 2008 22:42:36 +0000 (23:42 +0100)]
block.c: Remove a warning about unused argument.

16 years agoobjects.c: Add an assert_locked() in vlc_object_yield_locked().
Pierre d'Herbemont [Tue, 18 Mar 2008 22:56:30 +0000 (23:56 +0100)]
objects.c: Add an assert_locked() in vlc_object_yield_locked().

16 years agovlc_objects.h: Export and implement vlc_object_set_destructor().
Pierre d'Herbemont [Tue, 18 Mar 2008 22:23:23 +0000 (23:23 +0100)]
vlc_objects.h: Export and implement vlc_object_set_destructor().

16 years agoMark VLC_PUBLIC_API as extern "C" when using C++.
Pierre d'Herbemont [Tue, 18 Mar 2008 22:15:30 +0000 (23:15 +0100)]
Mark VLC_PUBLIC_API as extern "C" when using C++.

16 years agoProper vlc: URL
Rémi Denis-Courmont [Tue, 18 Mar 2008 19:50:02 +0000 (21:50 +0200)]
Proper vlc: URL

16 years agoRemove redumdant stdbool includes
Rémi Denis-Courmont [Tue, 18 Mar 2008 19:38:13 +0000 (21:38 +0200)]
Remove redumdant stdbool includes

16 years agoRemove security-policy UI
Rémi Denis-Courmont [Tue, 18 Mar 2008 19:37:19 +0000 (21:37 +0200)]
Remove security-policy UI

16 years agoshout discovery: don't try to set non-existent option
Rémi Denis-Courmont [Tue, 18 Mar 2008 19:23:56 +0000 (21:23 +0200)]
shout discovery: don't try to set non-existent option
(funman removed m3u-extvlcopt a few days ago).

16 years agoRemove the short-lived security-policy parameter.
Rémi Denis-Courmont [Tue, 18 Mar 2008 19:12:00 +0000 (21:12 +0200)]
Remove the short-lived security-policy parameter.

In by far the overwhelming majority of cases, the user would not know
how to determine the correct answer to the security prompt (did you
ever compare SSL error handling in IE6 and IE7?). Since the trust value
is now determined programatically, this would seem to mostly help users
shoot themselves in the foot.

--security-policy is also broken when using --playlist-enqueue: imagine
you are running VLC with no security, and then your browser enqueues an
M3U from some nasty webserver... fireworks.

Wrappers around VLC really should NOT use M3U files if they need to
tweak certain options (e.g. --sout). Global options can simply be set
the normal way from the command line (e.g.: vlc --sout '#std{...}').
Per-item options can be set using the colon notation. Multiple items
should be expanded on the command line in the right order, rather than
written to a M3U file. Alternative, IPC interfaces could be used
(single instance + playlist enqueue, RC interface, DBus interface...)
or language bindings.

*** Important note ***
Web browser plugins are still in need of fixing. I suppose
libvlc-control should be extented to support playlist item trust.

Feel free to revert and do something else if you have a _better_ idea.

16 years agofixes for libvlc medialistplayer_play_item and medialistplayer_play_item_at_index...
Filippo Carone [Tue, 18 Mar 2008 18:28:38 +0000 (19:28 +0100)]
fixes for libvlc medialistplayer_play_item and medialistplayer_play_item_at_index - medialistplayer_play is still out of order

16 years agoIgnore files built in bindings/cil
Rafaël Carré [Tue, 18 Mar 2008 08:29:48 +0000 (09:29 +0100)]
Ignore files built in bindings/cil

16 years agoFix out of tree building of the python bindings
Rafaël Carré [Tue, 18 Mar 2008 08:26:27 +0000 (09:26 +0100)]
Fix out of tree building of the python bindings

16 years agoVerify Python.h presence when enabling python bindings
Rafaël Carré [Mon, 17 Mar 2008 14:51:57 +0000 (15:51 +0100)]
Verify Python.h presence when enabling python bindings

16 years agonew (failing) test for ticket #1527 added
Filippo Carone [Mon, 17 Mar 2008 22:35:11 +0000 (23:35 +0100)]
new (failing) test for ticket #1527 added

16 years agocheck if media_list_player->media_list is null before locking - fixes #1524
Filippo Carone [Mon, 17 Mar 2008 22:19:25 +0000 (23:19 +0100)]
check if media_list_player->media_list is null before locking - fixes #1524

16 years agoUpdate pot file
Christophe Mutricy [Mon, 17 Mar 2008 20:53:27 +0000 (20:53 +0000)]
Update pot file

on't forget to do it when you delete files else it breaks make dist

16 years agoFix #1487
Rafaël Carré [Mon, 17 Mar 2008 20:32:09 +0000 (21:32 +0100)]
Fix #1487

Don't use an object after releasing it

16 years agoDon't leak vlc_bool_t through libvlc-control
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:20:33 +0000 (21:20 +0200)]
Don't leak vlc_bool_t through libvlc-control

This restores the ABI. It also avoids nasty issues with determining
what a native boolean is from language bindings.

16 years agoTag ABI break
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:11:40 +0000 (21:11 +0200)]
Tag ABI break

16 years agoPass trust flag to var_OptionParse
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:11:15 +0000 (21:11 +0200)]
Pass trust flag to var_OptionParse

16 years agoFix return value
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:09:07 +0000 (21:09 +0200)]
Fix return value

16 years agoRetain certain flags from input_ItemAddOpt
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:06:16 +0000 (21:06 +0200)]
Retain certain flags from input_ItemAddOpt

(Oh! another ABI break - if only vlc_input_item_t weren't public)

16 years agoCode factorization: use input_ItemAddOption
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:05:35 +0000 (21:05 +0200)]
Code factorization: use input_ItemAddOption

16 years agoVLM: use input_ItemAddOption
Rémi Denis-Courmont [Mon, 17 Mar 2008 19:04:21 +0000 (21:04 +0200)]
VLM: use input_ItemAddOption

16 years agoUse native C/C++ boolean type
Rémi Denis-Courmont [Mon, 17 Mar 2008 18:04:45 +0000 (20:04 +0200)]
Use native C/C++ boolean type

16 years agoProvide the trust value to var_OptionParse
Rémi Denis-Courmont [Mon, 17 Mar 2008 17:57:33 +0000 (19:57 +0200)]
Provide the trust value to var_OptionParse

16 years agoSet the proper flags for item options
Rémi Denis-Courmont [Mon, 17 Mar 2008 17:38:21 +0000 (19:38 +0200)]
Set the proper flags for item options

16 years agoRe-enable m3u parsing
Rafaël Carré [Mon, 17 Mar 2008 10:46:09 +0000 (11:46 +0100)]
Re-enable m3u parsing

This check is already made by the new safe option flag (still broken, but to be fixed one day)

16 years agoTell that dst-parameter overrides new bind/path parameters.
Ilkka Ollakka [Mon, 17 Mar 2008 08:14:45 +0000 (10:14 +0200)]
Tell that dst-parameter overrides new bind/path parameters.

16 years agoAdd bind and path aliases for standard streamoutput, so you can document
Ilkka Ollakka [Fri, 14 Mar 2008 20:57:55 +0000 (22:57 +0200)]
Add bind and path aliases for standard streamoutput, so you can document
streaming (hopefully) more cleaner way like:

standard{access=http,bind=:8080,path=/myfile.ts}
equals to
standard{access=http,dst=:8080//myfile.ts}
(that extra / doesn't seem to harm and it's only visual flaw)

16 years agoFix warning in rawvid demxuer.
Jean-Baptiste Kempf [Mon, 17 Mar 2008 07:46:46 +0000 (00:46 -0700)]
Fix warning in rawvid demxuer.

16 years agoKill a warning.
Jean-Baptiste Kempf [Mon, 17 Mar 2008 07:42:48 +0000 (00:42 -0700)]
Kill a warning.

16 years agoREmove uninitialised variable.
Jean-Baptiste Kempf [Mon, 17 Mar 2008 07:40:27 +0000 (00:40 -0700)]
REmove uninitialised variable.

16 years agoUpdate the list of objects after a VLM import. Patch By Jean-François Massol, slightl...
Jean-Baptiste Kempf [Mon, 17 Mar 2008 00:40:33 +0000 (17:40 -0700)]
Update the list of objects after a VLM import. Patch By Jean-François Massol, slightly modified.

16 years agoRemove debug.
Jean-Baptiste Kempf [Sun, 16 Mar 2008 19:37:38 +0000 (12:37 -0700)]
Remove debug.

16 years agoLink ncurses plugin to libtinfo if available.
Pavlov Konstantin [Sun, 16 Mar 2008 22:10:02 +0000 (01:10 +0300)]
Link ncurses plugin to libtinfo if available.
Should fix builds on linuxes using that library: ALT, PLD, Fedora.

16 years agonew (failing) test for media list player (ticket #1524)
Filippo Carone [Sun, 16 Mar 2008 21:40:50 +0000 (22:40 +0100)]
new (failing) test for media list player (ticket #1524)

16 years agoHandle all memory errors in MP4 esds
Rémi Denis-Courmont [Sun, 16 Mar 2008 21:22:59 +0000 (23:22 +0200)]
Handle all memory errors in MP4 esds

16 years agoHandle memory errors in MP4 ctts - refs #1508
Rémi Denis-Courmont [Sun, 16 Mar 2008 21:17:27 +0000 (23:17 +0200)]
Handle memory errors in MP4 ctts - refs #1508

16 years agoCleanup MP4 ftyp
Rémi Denis-Courmont [Sun, 16 Mar 2008 21:16:58 +0000 (23:16 +0200)]
Cleanup MP4 ftyp

16 years agoHandle memory errors in MP4 stts - fixes #1502
Rémi Denis-Courmont [Sun, 16 Mar 2008 21:15:40 +0000 (23:15 +0200)]
Handle memory errors in MP4 stts - fixes #1502

16 years agoUpdate no-mmx patch for current ffmpeg.
Pavlov Konstantin [Sun, 16 Mar 2008 20:59:36 +0000 (23:59 +0300)]
Update no-mmx patch for current ffmpeg.

16 years agoTry compilation before interaction
Rafaël Carré [Sun, 16 Mar 2008 20:22:30 +0000 (21:22 +0100)]
Try compilation before interaction

buildbots should be able to compile asa cleanly now (unless for X-compile of course)

16 years agoInteraction are controlled by a dedicated thread
Rafaël Carré [Sun, 16 Mar 2008 19:49:26 +0000 (20:49 +0100)]
Interaction are controlled by a dedicated thread

This is not the playlist's work at all
Fix #1520

16 years agoDuring the compilation, print errors and warnings on stderr.
Rémi Duraffort [Sun, 16 Mar 2008 20:33:27 +0000 (21:33 +0100)]
During the compilation, print errors and warnings on stderr.

16 years agoRemove useless test before a delete.
Rémi Duraffort [Sat, 15 Mar 2008 19:26:02 +0000 (20:26 +0100)]
Remove useless test before a delete.

16 years agofix for libvlc_get_input_thread: check for null before locking. fixes #1522
Filippo Carone [Sun, 16 Mar 2008 18:59:47 +0000 (19:59 +0100)]
fix for libvlc_get_input_thread: check for null before locking. fixes #1522

16 years agoinitial media list player unit tests file
Filippo Carone [Sun, 16 Mar 2008 16:11:26 +0000 (17:11 +0100)]
initial media list player unit tests file

16 years agouse the sync_instance library for tests too
Filippo Carone [Sun, 16 Mar 2008 16:11:00 +0000 (17:11 +0100)]
use the sync_instance library for tests too

16 years agocentralize maven compiler plugin
Filippo Carone [Sun, 16 Mar 2008 16:10:13 +0000 (17:10 +0100)]
centralize maven compiler plugin

16 years agoRemove debug
Rafaël Carré [Sun, 16 Mar 2008 14:15:07 +0000 (15:15 +0100)]
Remove debug

16 years agogettext 0.16.1 was an unintended change - sorry
Filippo Carone [Sun, 16 Mar 2008 13:15:46 +0000 (14:15 +0100)]
gettext 0.16.1 was an unintended change - sorry

16 years agoac_prog_java* not needed anymore
Filippo Carone [Sun, 16 Mar 2008 13:12:06 +0000 (14:12 +0100)]
ac_prog_java* not needed anymore

16 years agoremove ant references on --enable-java-bindings, say users to run mvn
Filippo Carone [Sun, 16 Mar 2008 13:04:10 +0000 (14:04 +0100)]
remove ant references on --enable-java-bindings, say users to run mvn

16 years agosome basic info on how to use mvn added
Filippo Carone [Sun, 16 Mar 2008 12:45:53 +0000 (13:45 +0100)]
some basic info on how to use mvn added

16 years agoswitch to jdk 1.5
Filippo Carone [Sun, 16 Mar 2008 12:39:23 +0000 (13:39 +0100)]
switch to jdk 1.5