FS#3145 - faad2 - error in header file, unable to compile against it

Attached to Project: Arch Linux
Opened by Zsolt Váradi (KarmaXXL) - Saturday, 03 September 2005, 17:48 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

The header file /usr/include/mp4ff.h tries to include a header that's supposed to be part of faad2, but under linux it's not needed according to this post:

http://mail.gnome.org/archives/muine-list/2005-January/msg00178.html

I've tried it on my computer and now faad2 works.

Here's a diff of what I've done:

[root@ailen include]# diff -Naur mp4ff.h mp4ff_fixed.h
--- mp4ff.h 2005-08-28 14:26:29.000000000 +0200
+++ mp4ff_fixed.h 2005-09-03 19:45:32.000000000 +0200
@@ -32,7 +32,7 @@
extern "C" {
#endif /* __cplusplus */

-#include "mp4ff_int_types.h"
+#include <stdint.h>

/* file callback structure */
typedef struct
This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 03 September 2005, 22:08 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in -8.
Comment by Zsolt Váradi (KarmaXXL) - Saturday, 03 September 2005, 17:50 GMT
I forgot to mention that I'm using faad2-2.0-7 from testing.

Loading...