[FFmpeg-cvslog] build: Add missing directories to DIRS declarations.

Diego Biurrun git at videolan.org
Fri Feb 10 01:47:53 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Feb  8 11:02:10 2012 +0100| [f769cfedd89db30e3d0fbf654138956779ea8053] | committer: Diego Biurrun

build: Add missing directories to DIRS declarations.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f769cfedd89db30e3d0fbf654138956779ea8053
---

 libavcodec/Makefile |    2 +-
 libavutil/Makefile  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index fbb09ee..6c9673f 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -694,7 +694,7 @@ HOSTPROGS = aac_tablegen aacps_tablegen cbrt_tablegen cos_tablegen      \
             dv_tablegen motionpixels_tablegen mpegaudio_tablegen        \
             pcm_tablegen qdm2_tablegen sinewin_tablegen
 
-DIRS = alpha arm bfin ppc ps2 sh4 sparc x86
+DIRS = alpha arm avr32 bfin ppc ps2 sh4 sparc x86
 
 CLEANFILES = *_tables.c *_tables.h *_tablegen$(HOSTEXESUF)
 
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 626b60a..221d9ce 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -80,7 +80,7 @@ TESTPROGS = adler32 aes avstring base64 cpu crc des eval fifo lfg lls \
             md5 opt parseutils rational sha tree
 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
 
-DIRS = arm bfin sh4 x86
+DIRS = arm avr32 bfin mips ppc sh4 tomi x86
 
 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
 



More information about the ffmpeg-cvslog mailing list