Skip to content

Commit

Permalink
One pack/push #pragma's was missed in previous.
Browse files Browse the repository at this point in the history
Add missing RCS Id.

from Brad.
  • Loading branch information
ajacoutot committed Oct 18, 2011
1 parent 814326b commit 5b2d7a0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions audio/faac/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2011/08/28 13:19:45 naddy Exp $
# $OpenBSD: Makefile,v 1.13 2011/10/18 08:40:55 ajacoutot Exp $

COMMENT= MPEG-2 and MPEG-4 AAC encoder

DISTNAME= faac-1.28
REVISION= 1
REVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}

Expand Down
1 change: 1 addition & 0 deletions audio/faac/patches/patch-configure_in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$OpenBSD: patch-configure_in,v 1.5 2011/10/18 08:40:55 ajacoutot Exp $
--- configure.in.orig Wed Feb 4 19:55:38 2009
+++ configure.in Wed Jun 29 17:49:41 2011
@@ -1,7 +1,7 @@
Expand Down
20 changes: 20 additions & 0 deletions audio/faac/patches/patch-libfaac_aacquant_h
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
$OpenBSD: patch-libfaac_aacquant_h,v 1.3 2011/10/18 08:40:55 ajacoutot Exp $
--- libfaac/aacquant.h.orig Sun Aug 28 19:44:54 2011
+++ libfaac/aacquant.h Sun Aug 28 19:45:36 2011
@@ -37,14 +37,14 @@ extern "C" {
#define POW20(x) pow(2.0,((double)x)*.25)
#define IPOW20(x) pow(2.0,-((double)x)*.1875)

-#pragma pack(push, 1)
+/* #pragma pack(push, 1) */
typedef struct
{
double *pow43;
double *adj43;
double quality;
} AACQuantCfg;
-#pragma pack(pop)
+/* #pragma pack(pop) */

void AACQuantizeInit(CoderInfo *coderInfo, unsigned int numChannels,
AACQuantCfg *aacquantCfg);

0 comments on commit 5b2d7a0

Please sign in to comment.