Commit 2a5fae44 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cdda: Warn about wrong playlist usage in the file.

We should open a ticket for that one too.
parent d974dcd5
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment