Solution for "Couldn't find package libfaac-dev"
If ever you are facing the problem like "Couldn't find package libfaac-dev" or "Couldn't find package (any name)". in debain.
I am presenting a solution which help me to go through the problem with libfaac package.
You can go with the package name which you are missing.
1. Download the libfaac0-dev.deb package from net (ex. http://debian-multimedia.org/).
2. copy the deb file to a specific dir.
3. Open the putty and go the directory where you have copied the deb file.
4. Run the following command
dpkg -i filename.deb
5. Download the libfaac-dev.deb package from net (ex. http://debian-multimedia.org/).
6. copy the deb file to a specific dir.
7. Open the putty and go the directory where you have copied the deb file.
8. Run the following command
dpkg -i filename.deb
9. Go to the directory where your ffmpeg is installed
10. configure again with --enable--libfaac.
11. make & make install
Thats all ... Good Luck.......! :)
I am presenting a solution which help me to go through the problem with libfaac package.
You can go with the package name which you are missing.
1. Download the libfaac0-dev.deb package from net (ex. http://debian-multimedia.org/).
2. copy the deb file to a specific dir.
3. Open the putty and go the directory where you have copied the deb file.
4. Run the following command
dpkg -i filename.deb
5. Download the libfaac-dev.deb package from net (ex. http://debian-multimedia.org/).
6. copy the deb file to a specific dir.
7. Open the putty and go the directory where you have copied the deb file.
8. Run the following command
dpkg -i filename.deb
9. Go to the directory where your ffmpeg is installed
10. configure again with --enable--libfaac.
11. make & make install
Thats all ... Good Luck.......! :)
Leave a Comment