mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Modified PackMP3 files to use header files shared with PackJPG
This commit is contained in:
parent
cc0ca60b13
commit
5bd5b9429f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "bitops.h"
|
||||
#include "../packjpg/bitops.h"
|
||||
#include "huffmp3.h"
|
||||
|
||||
// bit buffer size - careful changing this!
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
#include "pmp3tbl.h"
|
||||
#include "pmp3bitlen.h"
|
||||
#include "bitops.h"
|
||||
#include "aricoder.h"
|
||||
#include "../packjpg/bitops.h"
|
||||
#include "../packjpg/aricoder.h"
|
||||
#include "huffmp3.h"
|
||||
#include "huffmp3tbl.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue