[vlc] AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER

Rodrigo Guerra tioguerra at gmail.com
Sun Sep 27 18:33:11 CEST 2009


On Sun, Sep 27, 2009 at 7:59 PM, Rodrigo Guerra <tioguerra at gmail.com> wrote:
> I am trying again right now and I will report my progress.

I finally managed to compile but I had to disable SDL, the steps I
followed are listed in the end of this message.

Now my problem is that cvlc does not seem to be able to display
anything. Here is the output I get when trying to play a movie from
the terminal (same with xterm):

$ cvlc movie.mpg
[0x1002760e8] main interface error: no interface module matched
"globalhotkeys,none"
[0x1002760e8] main interface error: no suitable interface module
[0x100211168] main libvlc error: interface "globalhotkeys,none"
initialization failed
[0x1002760e8] dummy interface: using the dummy interface module...
[0x102026908] a52 decoder: A/52 channels:2 samplerate:48000 bitrate:192000

The application stays running there, but silent, no audio and no
sound... I really hope this is not because of my disabling of SDL.
Where do I get information about the -vo options?

Here is the version output:
$ cvlc --version
VLC version 1.1.0-git Yellow Bastard (1.0.0-rc1-3064-g9b4469b)
Compiled by guerra at MacGuerra-2.
Compiler: gcc version 4.2.1 (Based on Apple Inc. build 5646) (LLVM build 2118)
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute it under the terms of the GNU General Public License;
see the file named COPYING for details.
Written by the VideoLAN team; see the AUTHORS file.

Here are the steps I used for compiling:

vlc $ cd extras/contrib
vlc/extras/contrib $ ./bootstrap x86_64-apple-darwin10
vlc/extras/contrib $ make
vlc/extras/contrib $ cd ../..
vlc $ ./bootstrap
vlc $ ./configure --build=x86_64-apple-darwin10 --disable-sdl --prefix=/usr
vlc $ ./compile
vlc $ sudo make install

I had to disable SDL because I could not compile it... have the same
issue with AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER there... but this
is offtopic in this list

Thanks for the support so far...

Guerra



More information about the vlc mailing list