[vlc-devel] vlc: svn commit r12632 (rocky)

Subversion daemon svn at videolan.org
Wed Sep 21 04:15:03 CEST 2005


r12632 | rocky | 2005-09-21 04:15:03 +0200 (Wed, 21 Sep 2005) | 18 lines
Changed paths:
   M /trunk/modules/access/cdda/cdda.h

In libcdio < 0.76

#include <cdio/cdda.h> /* Pulls in #include <cdio/paranoia.h> */

In libcdio >= 0.76

#include <cdio/paranoia.h> /* Pulls in #include <cdio/cdda.h> */

and

#include <cdio/cdda.h>     /* These lines can be | In either order    */
#include <cdio/paranoia.h> /* in either order    | these lines can be */

So that's what we go with. See the libcdio-devel at gnu.org mailing list
for more information on why the change in 0.76



-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list