libvlc_new (0, NULL); segmentation fault
I have a problem when I use this line : vlcInstance = libvlc_new(0, NULL); vlcInstance is declare in my header: libvlc_media_player_t *vlcPlayer; I am using Qt 5.0.1 and I have this error: The inferior stopped because it received a signal from the Operating System. Signal name : SIGSEGV Signal meaning : Segmentation fault Can anyone help me? I am using Qt Creator 2.7.2 with QT 5.1.0 on 64-bit Kubuntu 13.04. I'm also using vlc-2.2.0-git. I created a new QT project. I added this to the new project file (change your vlc paths as needed): INCLUDEPATH += /home/linux/vlc/install/include LIBS += -L"