Page 1 of 1

LoadMovie

Posted: Thu Jan 24, 2008 9:17 pm
by animo3d
Hi I made a video player in purebasic on windows working very well, I'm trying to port it to Linux and i get this linker error, did I miss a pkg or something I'm a little bit lost with this...

this is the error:

Movie.a(LoadMovie.o): in function 'PB_LoadMoive':
LoadMovie.c:(.text+0x63): undefined reference to 'xine_open_video_driver'

any ideas?

Thanks in advance
Animo3D

Posted: Thu Jan 24, 2008 10:49 pm
by Berikco
You have to install libxine-dev for the movie library

See this thread
http://www.purebasic.fr/english/viewtop ... pendencies