<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
git version control wrote:
<blockquote cite="mid:20090426084834.125324B2A0@skanda.videolan.org"
 type="cite">
  <pre wrap="">vlc | branch: master | Rémi Denis-Courmont <a class="moz-txt-link-rfc2396E" href="mailto:remi@remlab.net"><remi@remlab.net></a> | Sun Apr 26 11:45:06 2009 +0300| [6d43981817d0d4173efceafd42eaf40d585fd059] | committer: Rémi Denis-Courmont 

Yum, abusing private headers

  </pre>
  <blockquote type="cite">
    <pre wrap=""><a class="moz-txt-link-freetext" href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d43981817d0d4173efceafd42eaf40d585fd059">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d43981817d0d4173efceafd42eaf40d585fd059</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->---
  </pre>
</blockquote>
<br>
<br>
<br>
In file included from bda.c:32:<br>
../../../include/vlc_plugin.h:32: error: expected declaration
specifiers or '...' before 'vlc_plugin_set'<br>
../../../include/vlc_plugin.h:32: error: expected declaration
specifiers or '...' before '(' token<br>
../../../include/vlc_plugin.h:32: warning: data definition has no type
or storage class<br>
../../../include/vlc_plugin.h:32: warning: type defaults to 'int' in
declaration of 'VLC_EXPORT'<br>
bda.c: In function 'vlc_entry__1_0_0e':<br>
bda.c:193: error: implicit declaration of function 'vlc_plugin_set'<br>
bda.c: In function 'Open':<br>
bda.c:366: warning: embedded '\0' in format<br>
bda.c: In function 'ParsePath':<br>
bda.c:512: warning: embedded '\0' in format<br>
bda.c: In function 'Control':<br>
bda.c:544: warning: unused variable 'pi_int'<br>
make[7]: *** [libbda_plugin_la-bda.lo] Error 1<br>
<br>
<br>
<br>
<blockquote cite="mid:20090426084834.125324B2A0@skanda.videolan.org"
 type="cite">
  <pre wrap="">
 src/Makefile.am                        |    3 +--
 src/control/mediacontrol_audio_video.c |    1 +
 src/control/playlist.c                 |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index a3e732a..059b4d4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -174,8 +174,7 @@ libvlc_win32_rc.$(OBJEXT): $(top_builddir)/share/libvlc_win32_rc.rc
 libvlc_la_SOURCES = $(SOURCES_libvlc_control)
 libvlc_la_LIBADD = `$(VLC_CONFIG) -libs libvlc` \
        libvlccore.la ../compat/libcompat.la
-libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` \
-       -DMODULE_STRING=\"control\"
+libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc`
 libvlc_la_LDFLAGS = $(AM_LDFLAGS) `$(VLC_CONFIG) --ldflags libvlc` \
        -version-info 4:0:2 \
        -export-symbols $(srcdir)/libvlc.sym
diff --git a/src/control/mediacontrol_audio_video.c b/src/control/mediacontrol_audio_video.c
index 7647538..4cc984f 100644
--- a/src/control/mediacontrol_audio_video.c
+++ b/src/control/mediacontrol_audio_video.c
@@ -40,6 +40,7 @@
 #include <errno.h>                                                 /* ENOMEM */
 #include <stdio.h>
 #include <ctype.h>
+#define __LIBVLC__ /* WTF? */
 #include "../video_output/vout_control.h"
 
 #ifdef HAVE_UNISTD_H
diff --git a/src/control/playlist.c b/src/control/playlist.c
index 4f354ad..5e0ae92 100644
--- a/src/control/playlist.c
+++ b/src/control/playlist.c
@@ -28,6 +28,7 @@
 
 #include <assert.h>
 
+#define __LIBVLC__
 #include "../playlist/playlist_internal.h"
 
 #define PL (libvlc_priv (p_instance->p_libvlc_int)->p_playlist)

_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a>
  </pre>
</blockquote>
<br>
</body>
</html>