LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   postproc? (https://www.linuxquestions.org/questions/linux-software-2/postproc-250279/)

RoaCh Of DisCor 11-02-2004 12:51 PM

postproc?
 
checking id3tag.h usability... yes
checking id3tag.h presence... yes
checking for id3tag.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking ffmpeg/avcodec.h usability... yes
checking ffmpeg/avcodec.h presence... yes
checking for ffmpeg/avcodec.h... yes
checking postproc/postprocess.h usability... no
checking postproc/postprocess.h presence... no
checking for postproc/postprocess.h... no
configure: error: Missing header file postproc/postprocess.h.


Where can I find this? I have looked...but not luck. Thanks.

RoaCh Of DisCor 11-02-2004 08:17 PM

bump

hw-tph 11-03-2004 05:58 AM

It depends on what distribution you're running and in what format you want it. It sounds like you're building Mplayer from CVS without having installed the libavcodec CVS.

You can grab the ffmpeg libavcodec source from CVS here (just hit enter when prompted for a password):
Code:

cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login
cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg/libavcodec


Håkan


All times are GMT -5. The time now is 02:54 AM.