Skip to content

Commit

Permalink
Re-enable MMX after reports it works on 10.5 and 10.6
Browse files Browse the repository at this point in the history
Much of the FFmpeg code needs precise compiler/assembler/linker settings
to build cleanly with some of Apple's GCC versions. We used to have to
disable MMX because we used our own settings to build everything.
After switching to using the FFmpeg Makefile, it builds cleanly again.
  • Loading branch information
NigelPearson committed Jan 9, 2011
1 parent ed80699 commit 7a92d5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions OSX/build/osx-packager.pl
Expand Up @@ -543,9 +543,6 @@ END
# To "cross compile" something for a lesser Mac:
#'--tune=G3',
#'--disable-altivec',

# Currently needed for Mac OS 10.6 builds?
'--disable-mmx', '--enable-disable-mmx-for-debugging',
],
);

Expand Down

0 comments on commit 7a92d5c

Please sign in to comment.