libvlc 0.9.4 : module path for libvlc_new parameters?
Posted: 24 Nov 2008 17:26
Dear all,
I use cygwin and c++. I have a problem when I execute my program. It says:
But I don't know where the path to libvlc module is...
And
Could anyone help me, please?
Thanks!
I use cygwin and c++. I have a problem when I execute my program. It says:
I think the trouble is here:vlc: unknown option or missing mandatory argument '--module-path=C:/vlc-0.9.4/src/libvlc-module.c
Code: Select all
const char * const vlc_args[] = {
"-I", "dummy", /* Don't use any interface */
"--ignore-config", /* Don't use VLC's config */
"--module-path=C:/vlc-0.9.4/src/libvlc-module.c" };
But I don't know where the path to libvlc module is...
And
does not work neither.vlc --help
Could anyone help me, please?
Thanks!