chocolateboy wrote:Great work! Please ping SubJunk to get this tested in the SubJunk build. Also, please attach the patch as a file. I'll add the fix to the next version of PMSEncoder once it's been tested.
SubJunk wrote:Do the newer MEncoder builds break any subtitle support on OS X?
On Windows the newer MEncoder builds break ASS and VOBSUB (2 of the most popular subtitle formats) support, so if it is the same on the mac builds we can't update them either, unless they were never supported on the mac builds.
Edit: It doesn't work with our Windows MEncoder builds, but that's OK because we can easily say "if mac use ac3_fixed, else use ac3", so we still just have to confirm it doesn't break any existing subtitle support.
Undefined symbols for architecture x86_64:
"_MM_FIX_0_707106781", referenced from:
_filter6998 in lto.o
"_MM_FIX_0_541196100", referenced from:
_filter6998 in lto.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [mencoder] Error 1
make: *** Waiting for unfinished jobs....
Undefined symbols for architecture x86_64:
"_MM_FIX_0_707106781", referenced from:
_filter8021 in lto.o
"_MM_FIX_0_541196100", referenced from:
_filter8021 in lto.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1
Fatal error occurred, aborting build.
src> grep "_MM_FIX_0_707106781" */*
Binary file ffmpeg/ffmpeg_g matches
Binary file mencoder_mt/mencoder matches
Binary file mencoder_mt/mplayer matches
Binary file mplayer/mencoder matches
Binary file mplayer/mplayer matches
src> cd ffmpeg
ffmpeg> grep "_MM_FIX_0_707106781" */*
Binary file libavfilter/libavfilter.a matches
ffmpeg> cd ..
src> find . -name lto.c -print
src> find . -name lto.h -print
src> find . -name lto.o -print
src>TARGET_ARCHITECTURE="x86_64"Return to Mac OS X Specific Support
Users browsing this forum: No registered users and 4 guests