FS#2537 - faad2, multiple errors
Attached to Project:
Arch Linux
Opened by Sasha (kleptophobiac) - Sunday, 10 April 2005, 17:38 GMT
Last edited by dorphell (dorphell) - Monday, 11 April 2005, 05:25 GMT
Opened by Sasha (kleptophobiac) - Sunday, 10 April 2005, 17:38 GMT
Last edited by dorphell (dorphell) - Monday, 11 April 2005, 05:25 GMT
|
Details
Instead of pointing to the UMN sourceforge mirror, it should
just be dl.blah blah. This ensures rotation of mirrors. UMN
doesn't function very well, and often doesn't have the
necessary files. By using just dl.sourceforge.net, you
rotate mirrors, and if one doesn't work, just try building
the package again, and you'll get a different mirror that
might work.
The other error is more serious. Header files from src/faad2/common/{mp4ff,mp4av,mp4v2} are not getting included in the distribution, making it impossible to compile other tools that require faad2. |
This task depends upon
install -m0644 common/{mp4ff,mp4av,mp4v2}/*.h $startdir/pkg/usr/include
..and just for the record.. mp4ff.h does get installed, look again.
mp4ff.h includes mp4ff_int_types.h. Therefore mp4ff_int_types.h should be installed with mp4ff.h
BTW, faad2 doesn't build from ABS (new gcc version?).