vrplayer: rpath change

This commit is contained in:
Jay Sorg 2012-12-30 17:33:17 -08:00
parent 3eb3f65e41
commit 0013072938
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,10 @@ To build vrplayer, installl QT 4.x , then run
qmake
make
mint 13 packages
libqt4-gui
qt4-dev-tools
To run vrplayer, include xrdpapi/.libs and xrdpvr/.libs in
your LD_LIBRARY_PATH

View File

@ -31,6 +31,9 @@ FORMS += mainwindow.ui
INCLUDEPATH += ../xrdpvr
INCLUDEPATH += ../xrdpapi
LIBS += -Wl,-rpath
LIBS += -Wl,/usr/local/lib/xrdp
LIBS += -L../xrdpvr/.libs -lxrdpvr
LIBS += -L../xrdpapi/.libs -lxrdpapi
LIBS += -L/usr/lib/x86_64-linux-gnu -lavformat -lavcodec -lavutil