Re: ffmpeg srpm missing makefile
dtra <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
dtra wrote: > hi all > > i'm trying to build an ffmpeg rpm with amr_nb installed > but this line is causing me grief when i try to run rpmbuild > > on line 121 of the ffmpeg.spec file > cp -f makefile.gcc makefile > > it exits with this error message > + cp -f makefile.gcc makefile > cp: cannot stat `makefile.gcc': No such file or directory > error: Bad exit status from /var/tmp/rpm-tmp.43361 (%prep) > > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.43361 (%prep) > > i followed the instructions on this page, > http://www.niemueller.de/wiki/index.php?ConvertVideoTo3GP > > can anyone help me > > i'm using the latest ffmpeg srpm downloaded from dag.wieers.com for RH > ES3 > > thanks > dave > > > ok, i worked out that the makefile.gcc file was in a different directory so i changed the code slightly, but then it asks me to patch a file but i have no idea which file it's meant to patch