LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   configure error! (https://www.linuxquestions.org/questions/linux-software-2/configure-error-304926/)

andrewnow 03-22-2005 11:07 PM

configure error!
 
how to deal with such problem:
configure error: missing header file ffmpeg/avcodec.h

that is the result of "./configure" when i was installing videoland yesteday


what should i do??thanks

anonobomber 03-23-2005 01:05 AM

it seems it requires some development files from the ffmpeg project, you can get this from http://ffmpeg.sf.net

prasanta 03-23-2005 01:21 AM

You are missing the header files for that package. Since you are building from source you ought to have the developement module also.

libavcodec-dev ----development files for libavcodec

-Prasanta

veerain 03-23-2005 02:14 AM

Install ffmpeg's dev packages rpm or deb.
Or get ffmpeg from above mentioned site and install it yourself

My site Veera's


All times are GMT -5. The time now is 02:29 PM.