summaryrefslogtreecommitdiff
path: root/contrib/ffmpeg-universal.sh
AgeCommit message (Collapse)Author
2008-04-04Don't remove -mdynamic-no-pic for linkers other than ld64-77Matthias Ringwald
Removing this flag (probably) helps for mac intel x86-64 builds with XCode 3.0 (with linker ld64-77) but it breaks builds for other (e.g. newer) linker versions on mac intel x86-32. Only remove flag for this particular linker now.
2007-05-15Cleanups and fixes for building ffmpegMatt Messier
2007-05-02Mac OS X Universal Binary supportMatt Messier