X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2FMakefile;h=5cc978b021205575babb77e0906698ffa2c73b14;hb=5b1a56b34b3f0fa542a25f0e04879fba260a9372;hp=a345024722a325bf68a349481224d273199adc63;hpb=8447658550006996d30e232b1d77614c92a4cc5e;p=ffmpeg diff --git a/libavutil/Makefile b/libavutil/Makefile index a345024722a..5cc978b0212 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -19,6 +19,7 @@ HEADERS = adler32.h \ common.h \ cpu.h \ crc.h \ + display.h \ downmix_info.h \ error.h \ eval.h \ @@ -51,6 +52,7 @@ HEADERS = adler32.h \ sha.h \ sha512.h \ stereo3d.h \ + threadmessage.h \ time.h \ timecode.h \ timestamp.h \ @@ -82,6 +84,7 @@ OBJS = adler32.o \ cpu.o \ crc.o \ des.o \ + display.o \ downmix_info.o \ error.o \ eval.o \ @@ -117,6 +120,7 @@ OBJS = adler32.o \ sha.o \ sha512.o \ stereo3d.o \ + threadmessage.o \ time.o \ timecode.o \ tree.o \