]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.
[ffmpeg] / libavutil / Makefile
index 300acb1896d9e1c96fd9e1348158b7684b30580a..bded2c63c5236055ca7cf900a228d9a2a4330351 100644 (file)
@@ -1,8 +1,7 @@
-include $(SUBDIR)../config.mak
-
 NAME = avutil
 
 HEADERS = adler32.h                                                     \
+          aes.h                                                         \
           attributes.h                                                  \
           audioconvert.h                                                \
           avassert.h                                                    \
@@ -26,6 +25,7 @@ HEADERS = adler32.h                                                     \
           mathematics.h                                                 \
           md5.h                                                         \
           mem.h                                                         \
+          dict.h                                                        \
           opt.h                                                         \
           parseutils.h                                                  \
           pixdesc.h                                                     \
@@ -33,7 +33,7 @@ HEADERS = adler32.h                                                     \
           random_seed.h                                                 \
           rational.h                                                    \
           samplefmt.h                                                   \
-          sha1.h                                                        \
+          sha.h                                                         \
 
 BUILT_HEADERS = avconfig.h
 
@@ -59,6 +59,7 @@ OBJS = adler32.o                                                        \
        mathematics.o                                                    \
        md5.o                                                            \
        mem.o                                                            \
+       dict.o                                                           \
        opt.o                                                            \
        parseutils.o                                                     \
        pixdesc.o                                                        \
@@ -74,13 +75,14 @@ OBJS-$(ARCH_ARM) += arm/cpu.o
 OBJS-$(ARCH_PPC) += ppc/cpu.o
 OBJS-$(ARCH_X86) += x86/cpu.o
 
-TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha softfloat tree
+TESTPROGS = adler32 aes avstring base64 cpu crc des eval file fifo lfg lls \
+            md5 opt parseutils rational sha tree
 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
 
 DIRS = arm bfin sh4 x86
 
 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
 
-include $(SUBDIR)../subdir.mak
+include $(SRC_PATH)/subdir.mak
 
 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2