[vlc-devel] commit: Use libvlccore C flags for libvlccore ( Rémi Denis-Courmont )
xxcv
xxcv07 at gmail.com
Sun Apr 26 03:54:54 CEST 2009
git version control wrote:
> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Apr 26 00:02:29 2009 +0300| [41784a3e9936d23db86f2dd055f29f25da885876] | committer: Rémi Denis-Courmont
>
> Use libvlccore C flags for libvlccore
>
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41784a3e9936d23db86f2dd055f29f25da885876
>>
> ---
>
<command-line>: warning: "MODULE_STRING" redefined
<command-line>: warning: this is the location of the previous definition
In file included from control/../playlist/playlist_internal.h:37,
from control/playlist.c:31:
./input/input_interface.h:25:3: error: #error This header file can only
be included from LibVLC.
control/playlist.c: In function 'libvlc_playlist_add':
control/playlist.c:151: warning: 'libvlc_playlist_add_extended' is
deprecated (declared at ../include/vlc/deprecated.h:266)
make[5]: *** [control/libvlc_la-playlist.lo] Error 1
> 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:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090426/61a39445/attachment.html>
More information about the vlc-devel
mailing list