LoadMovie

Linux specific forum
animo3d
New User
New User
Posts: 1
Joined: Thu Jan 24, 2008 9:08 pm
Location: Monterrey Mexico

LoadMovie

Post 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
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

You have to install libxine-dev for the movie library

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