summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-11-10 09:03:17 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-11-11 13:35:12 -0500
commit5980f5dd18822f29cfd583c9c085c3e77d81aa72 (patch)
treefd0f7c657d16f251d00247cff8e43cc596b5b981 /libavutil/Makefile
parent802713c4e7b41bc2deed754d78649945c3442063 (diff)
lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index d4ffd5e7d6..48a0e16af3 100644
--- 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 \