2011-08-28 09:19:45 -04:00
|
|
|
$OpenBSD: patch-include_faac_h,v 1.4 2011/08/28 13:19:45 naddy Exp $
|
|
|
|
--- include/faac.h.orig Sun Jan 25 19:50:32 2009
|
|
|
|
+++ include/faac.h Thu Aug 25 00:55:16 2011
|
|
|
|
@@ -36,7 +36,7 @@ extern "C" {
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-#pragma pack(push, 1)
|
|
|
|
+/* #pragma pack(push, 1) */
|
|
|
|
|
|
|
|
typedef struct {
|
|
|
|
void *ptr;
|
2011-06-29 06:57:17 -04:00
|
|
|
@@ -49,9 +49,6 @@ psymodellist_t;
|
2008-09-15 18:00:38 -04:00
|
|
|
|
|
|
|
typedef void *faacEncHandle;
|
|
|
|
|
|
|
|
-#ifndef HAVE_INT32_T
|
2011-06-29 06:57:17 -04:00
|
|
|
-typedef signed int int32_t;
|
2008-09-15 18:00:38 -04:00
|
|
|
-#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
Allows an application to get FAAC version info. This is intended
|
2011-08-28 09:19:45 -04:00
|
|
|
@@ -90,7 +87,7 @@ int FAACAPI faacEncClose(faacEncHandle hEncoder);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-#pragma pack(pop)
|
|
|
|
+/* #pragma pack(pop) */
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|