[vlc-devel] [PATCH] small 0.8.4-test2 patches
Daniel Stränger
vlc at schmaller.de
Wed Nov 9 01:51:51 CET 2005
hi!
i've made some patches dealing with improved wx/perl backward compatiblity,
compiler warning fixes and a corrected error message.
the patches contain the following.
_perl_compat_ :
vlc-api.pl had failed to run with my perl version (5.005_03) due to:
-> Can't use an undefined value as a symbol reference at ./vlc-api.pl line 47, <STDIN> chunk 14124.
therefore i worked around this problem and inserted the perl dependency in HACKING
_wx_compat_ :
- wx2.5.1 doesn't work without the *wxNotebookSizer*.
updated the version dependency.
- wxWindows::SetMinSize() only exists since wx2.5.4.
for older versions we call wxSizer::SetMinSize()
_other_ :
- fix some "signed/unsigned" compiler warnings in modules/demux/mp4/mp4.c
- failing of bindtextdomain() does not mean that there exists no DOMAIN
in the locale path. It means that a memory error has occured.
the error message was generalized.
best regards,
daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 084t2-perl_compat.patch
Type: text/x-patch
Size: 1353 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20051109/d78d8300/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 084t2-wx_compat.patch
Type: text/x-patch
Size: 2187 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20051109/d78d8300/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 084t2-other.patch
Type: text/x-patch
Size: 3533 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20051109/d78d8300/attachment-0002.bin>
More information about the vlc-devel
mailing list