openbsd-ports/audio/faac/patches/patch-libfaac_frame_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

23 lines
499 B
Plaintext

$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
@@ -60,8 +60,6 @@ extern "C" {
#endif
#endif
-#pragma pack(push, 1)
-
typedef struct {
psymodel_t *model;
char *name;
@@ -149,9 +147,6 @@ int FAACAPI faacEncEncode(faacEncHandle hEncoder,
);
int FAACAPI faacEncClose(faacEncHandle hEncoder);
-
-
-#pragma pack(pop)
#ifdef __cplusplus
}