diff options
author | Brian Foley <bfoley@compsoc.nuigalway.ie> | 2002-08-28 13:14:36 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-08-28 13:14:36 +0000 |
commit | 59925ef2044e3ba2b5be49a35d37929550e3d6bc (patch) | |
tree | 97c7de71ccfd22da770139d0ed750b8c95597300 /configure | |
parent | 68bd11f5de271a1a674f196a9e8ca2e7fe40ab6e (diff) | |
download | ffmpeg-59925ef2044e3ba2b5be49a35d37929550e3d6bc.tar.gz |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |