On 26.3.2007 04:28, "Torgeir Veimo" <torgeir@xxxxxxxxx> wrote: > Using Martin Waches approach ends on > > Vigor10:~/java/src/vdr-1.4.6/PLUGINS/src/softdevice torgeir$ ./ > configure --with-ffmpeg-path ~/java/src/ffmpeg/ --disable-subplugins > ffmpeg path set to: /Users/torgeir/java/src/ffmpeg/ > Testing system and cpu type... found Darwin on i386 cpu. > Checking for pkg-config... Found. > Checking for ffmpeg... Not found. > No usable ffmpeg library found in /Users/torgeir/java/src/ffmpeg/. > Specify the path to your ffmpeg installation using --with-ffmpeg-path > or use a more recent (svn) version of ffmpeg and use/install pkg-config. > For details check config.log. > > I even tried to override the ffmpeg check, fixing a few deps (include/ > dvb/dmx.h etc), but the compilation ends on > > /Users/torgeir/java/src/ffmpeg//libavformat/avformat.h: In function > 'void av_init_packet(AVPacket*)': > /Users/torgeir/java/src/ffmpeg//libavformat/avformat.h:66: error: > 'INT64_C' was not declared in this scope > /Users/torgeir/java/src/ffmpeg//libavformat/avformat.h: At global scope: > /Users/torgeir/java/src/ffmpeg//libavformat/avformat.h:284: warning: > 'AVFrac' is deprecated (declared at /Users/torgeir/java/src/ffmpeg// > libavformat/avformat.h:118) > /System/Library/Frameworks/CoreServices.framework/Frameworks/ > CarbonCore.framework/Headers/MachineExceptions.h:245: error: > declaration does not declare anything > > Are there updated patches around, or am I missing something > important? I'm trying this on a macbook pro with the relevant X11 and > fink environment. The later error is also what I get here. It doesn't happen on PPC OS X and it is related to X11, but I haven't been able to find the fix for it yet. VTK has had something similar: http://www.vtk.org/Bug/bug.php?op=show&bugid=3233 -- Tero