projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h
[libav.git]
/
libavutil
/
Makefile
diff --git
a/libavutil/Makefile
b/libavutil/Makefile
index
d4ffd5e
..
48a0e16
100644
(file)
--- a/
libavutil/Makefile
+++ b/
libavutil/Makefile
@@
-11,6
+11,7
@@
HEADERS = adler32.h \
base64.h \
blowfish.h \
bswap.h \
+ channel_layout.h \
common.h \
cpu.h \
crc.h \
@@
-53,10
+54,10
@@
BUILT_HEADERS = avconfig.h
OBJS = adler32.o \
aes.o \
audio_fifo.o \
- audioconvert.o \
avstring.o \
base64.o \
blowfish.o \
+ channel_layout.o \
cpu.o \
crc.o \
des.o \