c91b85366f
- now uses libmp4v2 from multimedia/libmp4v2 instead of audio/faad ok brad@
23 lines
499 B
Plaintext
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
|
|
}
|