Hi,

Has anybody compiled ffmpeg sucessfully to work with osg-2.8.3-rc2? When 
building the osgmovie example I keep getting the attached linker errors no 
matter how I seem to compile ffmpeg. I tried both i386 and x86_64, building 
everything from scratch. I have a feeling though the ffmpeg configure script is 
ignoring the arch flag or I am doing it wrong.

I even tried setting the flags like this without much luck.
LDFLAGS="-arch i386"
CFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386"

Any ideas. Hope this is not too offtopic here. 


Code:

ld: warning: in 
/Users/noema/Development/git/VirtualAwesome/libs/ffmpeg-osx/lib/libavcodec.a, 
file is not of required architecture
ld: warning: in 
/Users/noema/Development/git/VirtualAwesome/libs/ffmpeg-osx/lib/libavdevice.a, 
file is not of required architecture
ld: warning: in 
/Users/noema/Development/git/VirtualAwesome/libs/ffmpeg-osx/lib/libavformat.a, 
file is not of required architecture
ld: warning: in 
/Users/noema/Development/git/VirtualAwesome/libs/ffmpeg-osx/lib/libavutil.a, 
file is not of required architecture
ld: warning: in 
/Users/noema/Development/git/VirtualAwesome/libs/ffmpeg-osx/lib/libswscale.a, 
file is not of required architecture





Thank you!

Cheers,
stefan

------------------------
stefan hechenberger

http://linear.nortd.com

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=26309#26309





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to