]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
Missing libswscale part of TARGET_ -> HAVE_ change
[ffmpeg] / libavutil / Makefile
index ab0db8f9b117e9683725a9dbab9d1a2ef448e472..a760401ab7c375da0c88795a724e3a9c5aac5246 100644 (file)
@@ -1,10 +1,5 @@
-#
-# libavutil Makefile
-#
 include ../config.mak
 
-CFLAGS+=-DBUILD_AVUTIL
-
 OBJS= mathematics.o \
       rational.o \
       intfloat_readwrite.o \
@@ -16,14 +11,17 @@ OBJS= mathematics.o \
       mem.o \
       fifo.o \
       tree.o \
+      lzo.o \
+      random.o \
+      aes.o \
+      base64.o \
 
 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
-          intfloat_readwrite.h md5.h adler32.h log.h fifo.h
+          intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
+          random.h mem.h base64.h
 
 NAME=avutil
-ifeq ($(BUILD_SHARED),yes)
 LIBVERSION=$(LAVUVERSION)
 LIBMAJOR=$(LAVUMAJOR)
-endif
 
 include ../common.mak