[vlc-devel] commit: directory: Playlist code shouldn't be used here. (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:05:09 2008 +0200| [33c10298dba22b426c26aadf4e643a7f2765ca6d]

directory: Playlist code shouldn't be used here.

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

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

diff --git a/modules/access/directory.c b/modules/access/directory.c
index 3acb6a5..9f351c4 100644
--- a/modules/access/directory.c
+++ b/modules/access/directory.c
@@ -32,6 +32,7 @@
 
 #include <vlc_common.h>
 #include <vlc_plugin.h>
+#warning playlist code must not be used here.
 #include <vlc_playlist.h>
 #include <vlc_input.h>
 #include <vlc_access.h>




More information about the vlc-devel mailing list