<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
git version control wrote:
<blockquote cite="mid:20090425210246.99CE64CBBA@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 00:02:29 2009 +0300| [41784a3e9936d23db86f2dd055f29f25da885876] | committer: Rémi Denis-Courmont 

Use libvlccore C flags for libvlccore

  </pre>
  <blockquote type="cite">
    <pre wrap=""><a class="moz-txt-link-freetext" href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41784a3e9936d23db86f2dd055f29f25da885876">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41784a3e9936d23db86f2dd055f29f25da885876</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->---
  </pre>
</blockquote>
<br>
<br>
<br>
<command-line>: warning: "MODULE_STRING" redefined<br>
<command-line>: warning: this is the location of the previous
definition<br>
In file included from control/../playlist/playlist_internal.h:37,<br>
                 from control/playlist.c:31:<br>
./input/input_interface.h:25:3: error: #error This header file can only
be included from LibVLC.<br>
control/playlist.c: In function 'libvlc_playlist_add':<br>
control/playlist.c:151: warning: 'libvlc_playlist_add_extended' is
deprecated (declared at ../include/vlc/deprecated.h:266)<br>
make[5]: *** [control/libvlc_la-playlist.lo] Error 1<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<blockquote cite="mid:20090425210246.99CE64CBBA@skanda.videolan.org"
 type="cite">
  <pre wrap="">
 src/Makefile.am  |    2 +-
 vlc-config.in.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 4a799c8..a3e732a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -149,7 +149,7 @@ AM_LDFLAGS += -avoid-version
 endif
 
 libvlccore_la_SOURCES = $(SOURCES_libvlc)
-libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` \
+libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlccore` \
        -DMODULE_STRING=\"main\" \
        -DLOCALEDIR=\"$(localedir)\" \
        -DSYSCONFDIR=\"$(sysconfdir)\" \
diff --git a/vlc-config.in.in b/vlc-config.in.in
index 55211fb..88decc0 100644
--- a/vlc-config.in.in
+++ b/vlc-config.in.in
@@ -213,7 +213,7 @@ while test $# -gt 0; do
     -*)
       usage 1 1>&1
       ;;
-    libvlc)
+    libvlccore)
       cppflags="${cppflags} -D__LIBVLC__ -I${top_builddir}src/misc"
       ;;
     plugin)

_______________________________________________
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>