openbsd-ports/audio/faac/patches/patch-include_faac_h
jakemsr c91b85366f - update to faac-1.26
- now uses libmp4v2 from multimedia/libmp4v2 instead of audio/faad

ok brad@
2008-09-15 22:00:38 +00:00

33 lines
655 B
Plaintext

$OpenBSD: patch-include_faac_h,v 1.2 2008/09/15 22:00:38 jakemsr Exp $
--- include/faac.h.orig Sun Jul 4 05:12:05 2004
+++ include/faac.h Sun Aug 31 02:00:36 2008
@@ -36,8 +36,6 @@ extern "C" {
# endif
#endif
-#pragma pack(push, 1)
-
typedef struct {
void *ptr;
char *name;
@@ -49,9 +47,6 @@ psymodellist_t;
typedef void *faacEncHandle;
-#ifndef HAVE_INT32_T
-typedef int int32_t;
-#endif
/*
Allows an application to get FAAC version info. This is intended
@@ -88,9 +83,6 @@ int FAACAPI faacEncEncode(faacEncHandle hEncoder, int3
int FAACAPI faacEncClose(faacEncHandle hEncoder);
-
-
-#pragma pack(pop)
#ifdef __cplusplus
}