summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBrian Foley <bfoley@compsoc.nuigalway.ie>2002-08-28 13:14:36 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-08-28 13:14:36 +0000
commit59925ef2044e3ba2b5be49a35d37929550e3d6bc (patch)
tree97c7de71ccfd22da770139d0ed750b8c95597300 /configure
parent68bd11f5de271a1a674f196a9e8ca2e7fe40ab6e (diff)
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
Originally committed as revision 875 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 09cda4212f..e7821697da 100755
--- a/configure
+++ b/configure
@@ -479,7 +479,7 @@ echo "#define restrict $_restrict" >> $TMPH
# build tree in object directory if source path is different from current one
if test "$source_path_used" = "yes" ; then
DIRS="libav libavcodec libavcodec/alpha libavcodec/armv4l libavcodec/i386 \
- libavcodec/liba52 libavcodec/mlib tests"
+ libavcodec/ppc libavcodec/liba52 libavcodec/mlib tests"
FILES="Makefile libav/Makefile libavcodec/Makefile tests/Makefile"
for dir in $DIRS ; do
mkdir -p $dir