[vlc-devel] commit: cdda: Warn about wrong playlist usage in the file. (Pierre d' Herbemont )

git version control git at videolan.org
Sat Jun 14 17:34:33 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jun 14 17:03:33 2008 +0200| [2a5fae44a59cc6875825fdf16ab15a1ed305f6cc]

cdda: Warn about wrong playlist usage in the file.

We should open a ticket for that one too.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a5fae44a59cc6875825fdf16ab15a1ed305f6cc
---

 modules/access/cdda/info.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/access/cdda/info.c b/modules/access/cdda/info.c
index faeb9e2..64d62f5 100644
--- a/modules/access/cdda/info.c
+++ b/modules/access/cdda/info.c
@@ -26,6 +26,8 @@
  *****************************************************************************/
 #include "callback.h"      /* FIXME - reorganize callback.h, cdda.h better */
 #include "cdda.h"          /* private structures. Also #includes vlc things */
+
+#warning playlist code must not be used here.
 #include <vlc_playlist.h>  /* Has to come *after* cdda.h */
 
 #include <cdio/cdio.h>




More information about the vlc-devel mailing list