]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
Missing libswscale part of TARGET_ -> HAVE_ change
[ffmpeg] / libavutil / Makefile
index a2e35e708c090f9c2a2ab3fb06aa882d3fc584e3..a760401ab7c375da0c88795a724e3a9c5aac5246 100644 (file)
@@ -1,10 +1,5 @@
-#
-# libavutil Makefile
-#
 include ../config.mak
 
-CFLAGS+=-DBUILD_AVUTIL
-
 OBJS= mathematics.o \
       rational.o \
       intfloat_readwrite.o \
@@ -23,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