diff options
author | ahze <ahze@FreeBSD.org> | 2004-10-30 11:22:23 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-10-30 11:22:23 +0800 |
commit | a597ec7b90d087df9529ae49efbac565ad3440d9 (patch) | |
tree | 215a7ae76ac97eaa824b985ed11f6eca6d1f77f1 /audio | |
parent | a72e5539767b0549da593c5632e9337176c67d13 (diff) | |
download | freebsd-ports-gnome-a597ec7b90d087df9529ae49efbac565ad3440d9.tar.gz freebsd-ports-gnome-a597ec7b90d087df9529ae49efbac565ad3440d9.tar.zst freebsd-ports-gnome-a597ec7b90d087df9529ae49efbac565ad3440d9.zip |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faac/files/patch-gcc | 9 |
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 |