summaryrefslogtreecommitdiff
path: root/audio/faac
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-10-30 03:22:23 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-10-30 03:22:23 +0000
commit2cd11fd7a98b5a197b3c270faa4955e475ff1eb2 (patch)
treee0221a79ee7656a0fbb9558e70f8e23211cd3dc2 /audio/faac
parentAdd myself to the map (diff)
Add missing header to fix build of gstreamer-plugins on >5.x
PR: ports/73260 Pointed out by: sean@mcneil.com Approved by: adamw (mentor)
Notes
Notes: svn path=/head/; revision=120474
Diffstat (limited to 'audio/faac')
-rw-r--r--audio/faac/files/patch-gcc9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/faac/files/patch-gcc b/audio/faac/files/patch-gcc
index 55ff07e98ed3..68a77d7094b2 100644
--- a/audio/faac/files/patch-gcc
+++ b/audio/faac/files/patch-gcc
@@ -1,14 +1,15 @@
--- include/faac.h.orig Mon Nov 24 13:10:32 2003
-+++ include/faac.h Fri Oct 22 20:03:09 2004
-@@ -36,7 +36,6 @@
++++ include/faac.h Thu Oct 28 20:01:36 2004
+@@ -36,7 +36,7 @@
# endif
#endif
-#pragma pack(push, 1)
++#include <sys/types.h>
typedef struct {
void *ptr;
-@@ -76,17 +75,16 @@
+@@ -76,17 +76,16 @@
int FAACAPI faacEncGetDecoderSpecificInfo(faacEncHandle hEncoder, unsigned char **ppBuffer,
unsigned long *pSizeOfDecoderSpecificInfo);
@@ -30,7 +31,7 @@
#ifdef __cplusplus
}
--- include/faaccfg.h.orig Wed Oct 29 05:31:24 2003
-+++ include/faaccfg.h Fri Oct 22 19:59:53 2004
++++ include/faaccfg.h Thu Oct 28 20:01:13 2004
@@ -45,7 +45,6 @@
#define SHORTCTL_NOSHORT 1
#define SHORTCTL_NOLONG 2