diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-03-23 15:44:01 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-04-13 12:15:02 +0200 |
commit | ce3c20f2aa349557cb0e6cacf1ad76bc4499b518 (patch) | |
tree | 65120afd094df9e3d2baa44a4700e247006ac686 /libavcodec/Makefile | |
parent | 32413600e8d020fbab2c050c0b10b6e65533ddba (diff) | |
download | ffmpeg-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/Makefile | 1 |
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 \ |