openbsd-ports/audio/faac/patches/patch-include_faaccfg_h
2006-07-13 16:18:40 +00:00

20 lines
528 B
Plaintext

$OpenBSD: patch-include_faaccfg_h,v 1.1.1.1 2006/07/13 16:18:40 ckuethe Exp $
--- include/faaccfg.h.orig Sun Jul 9 15:39:53 2006
+++ include/faaccfg.h Sun Jul 9 15:40:34 2006
@@ -45,7 +45,6 @@
#define SHORTCTL_NOSHORT 1
#define SHORTCTL_NOLONG 2
-#pragma pack(push, 1)
typedef struct faacEncConfiguration
{
/* config version */
@@ -116,7 +115,5 @@ typedef struct faacEncConfiguration
int channel_map[64];
} faacEncConfiguration, *faacEncConfigurationPtr;
-
-#pragma pack(pop)
#endif /* _FAACCFG_H_ */