aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-03-23 15:44:01 +0100
committerAnton Khirnov <anton@khirnov.net>2022-04-13 12:15:02 +0200
commitce3c20f2aa349557cb0e6cacf1ad76bc4499b518 (patch)
tree65120afd094df9e3d2baa44a4700e247006ac686 /libavcodec/Makefile
parent32413600e8d020fbab2c050c0b10b6e65533ddba (diff)
downloadffmpeg-ce3c20f2aa349557cb0e6cacf1ad76bc4499b518.tar.gz
lavc: move default get_buffer2() to its own file
It is also used by some encoders, so decode.c is not the right place for it.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 90f46035d9..4b12228070 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -43,6 +43,7 @@ OBJS = ac3_parser.o \
dirac.o \
dv_profile.o \
encode.o \
+ get_buffer.o \
imgconvert.o \
jni.o \
mathtables.o \