当我在 OS 10.8 上从http://wiki.videolan.org/LibVLC_Tutorial编译示例时
gcc -I /Applications/VLC.app/Contents/MacOS/include/ -L /Applications/VLC.app/Contents/MacOS/lib/ -lvlc vlc.c
一切正常,但是当我尝试执行它时,我收到以下错误消息:
[0x7ff389e094e0] main window error: corrupt module: /Applications/VLC.app/Contents/MacOS/plugins/libmacosx_plugin.dylib
[0x7ff38d002af0] main video output error: video output creation failed
[0x7ff38b0010f0] main decoder error: failed to create video output
它无法创建视频输出,但设法创建音频输出。这是特定于 VLC 的 OSX 版本还是这种行为的原因是什么?