[vlc-devel] Re: [ANN] VLC 0.7.2-test3

Arwed von Merkatz v.merkatz at gmx.net
Tue May 18 12:42:44 CEST 2004


On Tue, May 18, 2004 at 12:37:37AM +0200, Gildas Bazin wrote:
> Hello everybody,
> 
> We decided to do a quick test3 release to make sure everything is working as 
> it should before doing the final release. VLC 0.7.2 should be released in a 
> couple of days if everything goes on as planned.

I had one small problem compiling it with vcdimager 0.7.20, attached
patch fixes it.

> You will find this test release here:
> http://download.videolan.org/pub/videolan/testing/vlc-0.7.2-test3/
> The win32 binary has already been uploaded and the MacOSX  one should follow 
> shortly.
> 
> And here is again the summary of new features and fixes:
>  * New wxWindows interface look and support for hotkeys.
>  * Support for embedding the video in the interface.
>  * Better handling of meta info (title, author, description, etc...).
>  * Bookmarks support for easier seeking/access inside medias.
>  * Improved GOOM visualisation plugin.
>  * New VideoLAN manager for VOD streaming support.
>  * Faster than realtime stream output (limited by CPU) for the file output.
>  * The stream output uses the standard configuration system (more flexible).
>  * Improved DVB support on linux.
>  * Win32 DirectShow input improvements.
>  * New win32 installer.
>  * etc...
> See http://developers.videolan.org/vlc/NEWS for the extensive list.
> 
> Please, test heavily and report any problems you might have.
> 
> Enjoy!
> 
> For the VideoLAN team,
> 
> --
> Gildas
> 
> -- 
> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://developers.videolan.org/lists.html
> If you are in trouble, please contact <postmaster at videolan.org>
> 

-- 
Arwed v. Merkatz                              Source Mage GNU/Linux developer
                                                    http://www.sourcemage.org
-------------- next part --------------
Index: modules/access/vcdx/vcdplayer.h
===================================================================
--- modules/access/vcdx/vcdplayer.h	(revision 7710)
+++ modules/access/vcdx/vcdplayer.h	(working copy)
@@ -76,8 +76,13 @@
   int          cur_lid;                 /* LID that play item is in. Implies 
                                            PBC is on. VCDPLAYER_BAD_ENTRY if 
                                            not none or not in PBC */
+#if (defined LIBVCD_VERSION_NUM) && (LIBVCD_VERSION_NUM >= 21)
   PsdListDescriptor_t pxd;              /* If PBC is on, the relevant 
                                            PSD/PLD */
+#else
+  PsdListDescriptor pxd;                /* If PBC is on, the relevant 
+                                           PSD/PLD */
+#endif
   int          pdi;                     /* current pld index of pxd. -1 if 
                                            no index*/
   vcdinfo_itemid_t loop_item;           /* Where do we loop back to? 


More information about the vlc-devel mailing list