]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
Missing libswscale part of TARGET_ -> HAVE_ change
[ffmpeg] / libavutil / Makefile
index e7658f0916edd18d798eb2a68d6e5df7f9525374..a760401ab7c375da0c88795a724e3a9c5aac5246 100644 (file)
@@ -1,6 +1,3 @@
-#
-# libavutil Makefile
-#
 include ../config.mak
 
 OBJS= mathematics.o \
@@ -21,7 +18,7 @@ OBJS= mathematics.o \
 
 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
           intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
-          random.h
+          random.h mem.h base64.h
 
 NAME=avutil
 LIBVERSION=$(LAVUVERSION)