remove dlcompt and get prebinding to work

This commit is contained in:
Steve Checkoway
2004-05-18 08:51:54 +00:00
parent 7ea35ebb25
commit ff49da6da0
2 changed files with 3 additions and 17 deletions
@@ -3598,7 +3598,7 @@
LIBRARY_STYLE = Bundle;
MACOSX_DEPLOYMENT_TARGET = 10.2;
OTHER_CFLAGS = "-DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -faltivec -D_LARGEFILE_SOURCE -D_GNU_SOURCE";
OTHER_LDFLAGS = "-seg1addr 0x2F600000 -lz -L/usr/local/lib -ldl";
OTHER_LDFLAGS = "-seg1addr 0x2F600000 -lz";
OTHER_REZFLAGS = "";
PRODUCT_NAME = ffmpeg;
REZ_EXECUTABLE = NO;
+2 -16
View File
@@ -1,7 +1,3 @@
extra:
dlcompat from:
http://www.opendarwin.org/projects/dlcompat/
SDL-1.2.7
ffmpeg-0.4.8
jpeg-6b
@@ -12,19 +8,9 @@ libvorbis-1.0.1
lua-5.0
Directions:
0. Make and install dlcompat using
autoreconf && ./configure && make && make install
1. Decompress all of those in the Libraries directory.
2. Some of these need to have ./configure run before they will build. I know
that ffmpeg does. Others might as well.
that ffmpeg does. Others might as well. ffmpeg's configure needs to be run as
./configure --disable-vhook
3. Build frameworks from those libraries using xcode.
4. Hope I haven't missed anything else...
TODO:
Get prebinding to work correctly with all of these. dlcompat is not built
prebound by default so ffmpeg cannot be prebound so StepMania cannot be
prebound. Furthermore, libvorbis depends on libogg (or is it the other way
around) and some a symlink needs to be made. I made some script for this, but
for some reason that I do not recall, nor do I care to look into at this time,
it did not work correctly.