2008-09-15 18:00:38 -04:00
|
|
|
$OpenBSD: patch-libfaac_frame_h,v 1.2 2008/09/15 22:00:38 jakemsr Exp $
|
|
|
|
--- libfaac/frame.h.orig Mon Nov 24 10:09:38 2003
|
|
|
|
+++ libfaac/frame.h Sun Jun 1 13:23:41 2008
|
2006-07-13 12:18:40 -04:00
|
|
|
@@ -60,8 +60,6 @@ extern "C" {
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-#pragma pack(push, 1)
|
|
|
|
-
|
|
|
|
typedef struct {
|
|
|
|
psymodel_t *model;
|
|
|
|
char *name;
|
2008-09-15 18:00:38 -04:00
|
|
|
@@ -149,9 +147,6 @@ int FAACAPI faacEncEncode(faacEncHandle hEncoder,
|
2006-07-13 12:18:40 -04:00
|
|
|
);
|
|
|
|
|
|
|
|
int FAACAPI faacEncClose(faacEncHandle hEncoder);
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-#pragma pack(pop)
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|