X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2FMakefile;h=57e6e3d7e8544d450d8a8fdc7a3771b10cb2a69d;hb=6aff2042d6483d6b9f07ef5165c8e31a871efee8;hp=53208fc58774a1cf09242d96bce20b16d961c3e7;hpb=b8eb0827f053230dd919bc73e25381b47b4fe1a7;p=ffmpeg diff --git a/libavutil/Makefile b/libavutil/Makefile index 53208fc5877..57e6e3d7e85 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -79,6 +79,7 @@ HEADERS = adler32.h \ version.h \ xtea.h \ tea.h \ + tx.h \ HEADERS-$(CONFIG_LZO) += lzo.h @@ -159,6 +160,9 @@ OBJS = adler32.o \ xga_font_data.o \ xtea.o \ tea.o \ + tx.o \ + tx_float.o \ + tx_double.o OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o OBJS-$(CONFIG_D3D11VA) += hwcontext_d3d11va.o