]> git.sesse.net Git - vlc/commitdiff
cdda: Warn about wrong playlist usage in the file.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 14 Jun 2008 15:03:33 +0000 (17:03 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 14 Jun 2008 15:03:33 +0000 (17:03 +0200)
We should open a ticket for that one too.

modules/access/cdda/info.c

index faeb9e2f2c84d9703662c1b0acb255ad4044f32d..64d62f50dc3e6b08915bfa81a6ba44c086eea7d2 100644 (file)
@@ -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>