[vlc-devel] commit: Actually initialize media_list_player ( Rémi Denis-Courmont )
Christophe Mutricy
xtophe at chewa.net
Tue Jun 16 00:23:43 CEST 2009
Hello,
> src/control/libvlc_internal.h | 2 +-
> src/control/media_list_player.c | 8 ++++++--
> test/Makefile.am | 6 ++++++
> 3 files changed, 13 insertions(+), 3 deletions(-)
[...]
> diff --git a/test/Makefile.am b/test/Makefile.am
> @@ -74,6 +75,11 @@ test_libvlc_meta_LDADD = $(top_builddir)/src/libvlc.la
> test_libvlc_meta_LDFLAGS = $(LDFLAGS_tests)
>
> +test_dummy_SOURCES = libvlc/test.c
> +test_dummy_LDADD = $(top_builddir)/src/libvlc.la
> +test_dummy_CFLAGS = $(CFLAGS_tests)
> +test_dummy_LDFLAGS = $(LDFLAGS_tests)
> +
It seems that libvlc/test.c hasn't been added into Git.
--
Xtophe
More information about the vlc-devel
mailing list