summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-07-05 09:09:15 +0000
committerAnton Khirnov <anton@khirnov.net>2015-12-06 10:28:04 +0100
commite02de9df4b218bd6e1e927b67fd4075741545688 (patch)
treea618485fed655d22df0ef80f5f28d0f50e5841ff /libavcodec/Makefile
parent8bcadaacc2b8dc3c5d6569835a5ca20e62d3efca (diff)
lavc: export Dirac parsing API used by the ogg demuxer as public
Also, stop using AVCodecContext for storing the stream parameters.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ee76315886..f3a05d08ab 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -4,6 +4,7 @@ HEADERS = avcodec.h \
avfft.h \
dv_profile.h \
d3d11va.h \
+ dirac.h \
dxva2.h \
qsv.h \
vaapi.h \
@@ -20,6 +21,7 @@ OBJS = allcodecs.o \
bitstream_filter.o \
codec_desc.o \
d3d11va.o \
+ dirac.o \
dv_profile.o \
imgconvert.o \
log2_tab.o \