]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
avcodec/alsdec: Check for block_length <= 0 in read_var_block_data()
[ffmpeg] / libavutil / Makefile
index 53208fc58774a1cf09242d96bce20b16d961c3e7..57e6e3d7e8544d450d8a8fdc7a3771b10cb2a69d 100644 (file)
@@ -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