]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
Missing libswscale part of TARGET_ -> HAVE_ change
[ffmpeg] / libavutil / Makefile
index 8155d5acb054a1ec9438d0df437dd982213ac7a6..a760401ab7c375da0c88795a724e3a9c5aac5246 100644 (file)
@@ -1,6 +1,3 @@
-#
-# libavutil Makefile
-#
 include ../config.mak
 
 OBJS= mathematics.o \
@@ -21,12 +18,10 @@ 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
-ifeq ($(BUILD_SHARED),yes)
 LIBVERSION=$(LAVUVERSION)
 LIBMAJOR=$(LAVUMAJOR)
-endif
 
 include ../common.mak