[vlc-devel] [PATCH] libvlc: add functions libvlc_get_version() and others
Tanguy Krotoff
tkrotoff at gmail.com
Sat Mar 29 21:00:37 CET 2008
On Sat, Mar 29, 2008 at 8:49 PM, Pierre d'Herbemont <pdherbemont at free.fr> wrote:
> Could you resend without the Makefile.am edition?
You need the Makefile.am edition.
this line:
nodist_libvlc_control_la_SOURCES = misc/revision.c
otherwise you get an unresolved symbol at runtime on:
psz_vlc_changeset
which is defined in misc/revision.c
My modification:
nodist_libvlc_control_la_SOURCES = misc/revision.c
is symmetric with
nodist_libvlc_la_SOURCES = misc/revision.c
at line 161 from src/Makefile.am
--
Tanguy Krotoff <tkrotoff at gmail.com>
+33 6 68 42 70 24
More information about the vlc-devel
mailing list