Page 1 of 1

VLC on Ubuntu Linux

Posted: 29 Oct 2004 03:04
by HazeA.I.
Ok, I'm pretty new to linux, so I apologize if this is a stupid question. I'm running Ubuntu Linux, which I know is based off of Debian, can I run the version of VLC for Debian, and if so, which version of VLC for Debian, because there are two. Thanks a bunch.

can't do 'make' operation

Posted: 15 Nov 2004 19:16
by anonymous32

Code: Select all

: undefined reference to `pp_postprocess' ./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x 6f4): In function `ClosePostproc__ffmpeg': : undefined reference to `pp_free_mode' ./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x 702): In function `ClosePostproc__ffmpeg': : undefined reference to `pp_free_context' collect2: ld returned 1 exit status make[2]: *** [vlc] Error 1 make[2]: Leaving directory `/home/andrei/progi/vlc-0.8.0' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/andrei/progi/vlc-0.8.0' make: *** [all] Error 2 andrei@ubuntu:~/progi/vlc-0.8.0 $
i have ubuntu, what can i do?

Posted: 15 Nov 2004 20:49
by Sigmund
anonymous32: configure your ffmpeg with --enable-pp

Posted: 28 Nov 2004 19:11
by anonymous32
configure your ffmpeg with --enable-pp
I still have the same problem

Posted: 28 Nov 2004 19:20
by Sigmund
make sure you don't have any old remains of ffmpeg hanging around(like if you have run make install previously). then run make clean or make distclean in the ffmpeg sources before running configure --enable-pp and building ffmpeg. This should work

Posted: 03 Dec 2004 02:05
by grey
how do you completely remove ffmpeg if you've installed it before?

Posted: 03 Dec 2004 02:47
by grey
ok, I have it worked out. I just installed rpms from here via alien. For the life of me, I couldn't get ffmpeg working with --enable-pp myself. But these rpms seem to have it covered.

http://mandril.creatis.insa-lyon.fr/lin ... eady/i686/


[ ] ffmpeg-0.4.8-4.i686.rpm 13-Nov-2004 03:06 806K
[ ] ffmpeg-devel-0.4.8-4.i686.rpm 13-Nov-2004 03:06 30K

You need those two RPMs. You will no doubt run into more problems, but they can be solved with synaptic. :) It's compiling on my system now anyways... I guess it remains to be seen whether it will work or not. (If not, I guess I am going to be out looking for an rpm or something of vlc 0.8.1)