>
>
> These look to me like it cannot find the symbols for the listed
> functions within the libraries that I built and installed.


I had similar problems linking these libraries within Xcode.

I believe the issue is that using the configure script builds  
libraries that are only for a single CPU architecture (IE all mine are  
built powerPC only)
Xcode wants to build a cross compiled binary for both Intel and PowerPC.

I worked around the problem by building the application from the  
command line...

eg gcc -L/sw/lib -lmjpegutils -I/sw/include/mjpegtools -framework  
OpenGL -framework QuartzCore -framework Cocoa -framework  
CoreFoundation main.m yuvVideoView.m -o yuvVideo

(OK this project wasn't using libav but the mjpegutils)

I know that this is not really a suitable solution.

So If anyone else knows how to build cross compiled libraries or force  
Xcode to produce executables for only one architecture, I'm sure it  
would solve the issue.

Mark

>
> I will admit that this project was started over a year ago and I'm
> just now dredging it up to try and get it working again, and so some
> things may have been changed, including the version of XCode in use
> since the last time I opened this project.  So does anyone know of
> somewhere else I should be checking or doing something different to
> get this to link correctly?
>
> -- Scott
> _______________________________________________
> libav-user mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to