blob: 5248a9fd34c257c8c54fc2b98788bd78dce9ee2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 3c4e2f8..fe84b8c 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -1,7 +1,7 @@
NAME = avcodec
FFLIBS = avutil
-HEADERS = avcodec.h avfft.h dxva2.h opt.h vaapi.h vdpau.h version.h xvmc.h
+HEADERS = avcodec.h avfft.h dxva2.h opt.h vaapi.h vdpau.h version.h xvmc.h audioconvert.h
OBJS = allcodecs.o \
audioconvert.o \
|