Skip to content

Commit

Permalink
fix compilation without SBR/PS_DEC (#48)
Browse files Browse the repository at this point in the history
The bits.h include needs to be in mp4.h as it uses the bitfield struct.
  • Loading branch information
neheb committed Mar 11, 2020
1 parent 6494791 commit 366d350
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion libfaad/mp4.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

#include <stdlib.h>

#include "bits.h"
#include "mp4.h"
#include "syntax.h"

Expand Down
1 change: 1 addition & 0 deletions libfaad/mp4.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
extern "C" {
#endif

#include "bits.h"
#include "neaacdec.h"

int8_t AudioSpecificConfig2(uint8_t *pBuffer,
Expand Down

0 comments on commit 366d350

Please sign in to comment.