mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
build: Add missing directories to DIRS declarations.
This commit is contained in:
parent
aa06d65693
commit
f769cfedd8
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user