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
LoadMovie
You have to install libxine-dev for the movie library
See this thread
http://www.purebasic.fr/english/viewtop ... pendencies
See this thread
http://www.purebasic.fr/english/viewtop ... pendencies

