problem compiling LibVLC_SampleCode_Qt
Posted: 31 May 2009 05:47
I have try to compile LibVLC_SampleCode_Qt from http://wiki.videolan.org/LibVLC_SampleCode_Qt.I have already follow the instruction but i got this error when i try to build it
please someone show me how to resolve this error
this is my .pro info/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libvlc.so: undefined reference to `playlist_AddExtOpt'
i'm using QT 4.43 under ubuntu platformTEMPLATE = app
TARGET = vlc_on_qt
QT += core gui sql xml xmlpatterns network svg webkit script qt3support
LIBS += -lvlc
HEADERS += vlc_on_qt.h
SOURCES += main.cpp \
vlc_on_qt.cpp
FORMS += vlc_on_qt.ui
RESOURCES +=
please someone show me how to resolve this error