[Ffmpeg-devel] Re: Intel IPP
Ismail Donmez
ismail
Tue Nov 15 19:39:16 CET 2005
On Tuesday 15 November 2005 20:00, g. wrote:
> Ismail Donmez <ismail <at> uludag.org.tr> writes:
> > > I'm not sure what the "I <at> 4" suffix refers to, I simply tried to
> > > use ippiDCT8x8Fwd_16s_C1
> > >
> > > I used MinGW and the Windows version of IPP.
> >
> > Did you adjust linker flags? You can check IPP demos on how to do that.
>
> I'm not sure if I understand what you mean, but if I do, I think you are
> referring to changes that are required if I am linking static libs. I'm
> not. I am simply trying to link the stub libs so that I can use the dll. I
> am not even trying to use the merged libs nor custom dlls.
An example from Makefiles' of IPP jpegview demo :
LFLAGS := -L$(QTDIR)/lib -L$(IPPROOT)/sharedlib
IPPLIBS := -lippj$(LIB_ARCH) -lippcc$(LIB_ARCH) -lippi$(LIB_ARCH)
-lipps$(LIB_ARCH) -lippcore$(LIB_ARCH)
You need something like this.
Regards,
ismail
More information about the ffmpeg-devel
mailing list