mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add format.h
This commit is contained in:
@@ -23,6 +23,7 @@ noinst_HEADERS = \
|
|||||||
cpu.h \
|
cpu.h \
|
||||||
crc.h \
|
crc.h \
|
||||||
fixed.h \
|
fixed.h \
|
||||||
|
format.h \
|
||||||
lpc.h \
|
lpc.h \
|
||||||
md5.h \
|
md5.h \
|
||||||
memory.h \
|
memory.h \
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "crc.h"
|
#include "crc.h"
|
||||||
#include "fixed.h"
|
#include "fixed.h"
|
||||||
|
#include "format.h"
|
||||||
#include "lpc.h"
|
#include "lpc.h"
|
||||||
#include "md5.h"
|
#include "md5.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user