diff options
author | Marth64 <marth64@proxyid.net> | 2024-03-09 12:27:51 -0600 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-03-12 11:14:16 +0100 |
commit | b8cbaad2ac7c96a4d74d57af5ec3282494cbd58f (patch) | |
tree | c8f83910dda33ce330764572486550005d3d9137 /libavformat/Makefile | |
parent | 75dd083904df72bf6ace42a80a690029b9a97781 (diff) | |
download | ffmpeg-b8cbaad2ac7c96a4d74d57af5ec3282494cbd58f.tar.gz |
avformat/dvdvideodec: add CLUT utilities and subtitle color support
Signed-off-by: Marth64 <marth64@proxyid.net>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 8811a0ffc9..a3bfc209c3 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -194,7 +194,7 @@ OBJS-$(CONFIG_DTS_MUXER) += rawenc.o OBJS-$(CONFIG_DV_MUXER) += dvenc.o OBJS-$(CONFIG_DVBSUB_DEMUXER) += dvbsub.o rawdec.o OBJS-$(CONFIG_DVBTXT_DEMUXER) += dvbtxt.o rawdec.o -OBJS-$(CONFIG_DVDVIDEO_DEMUXER) += dvdvideodec.o +OBJS-$(CONFIG_DVDVIDEO_DEMUXER) += dvdvideodec.o dvdclut.o OBJS-$(CONFIG_DXA_DEMUXER) += dxa.o OBJS-$(CONFIG_EA_CDATA_DEMUXER) += eacdata.o OBJS-$(CONFIG_EA_DEMUXER) += electronicarts.o |