[MPlayer-users] Build problem with OSX and rc5

Casey King casey.king at amd.com
Thu Mar 20 20:50:36 CET 2003


I can't build rc5 under OSX with the following configure line:

./configure --enable-sdl --disable-x11
--with-sdl-config=/usr/local/bin/sdl-config

Trying the following didn't work either:

./configure --enable-sdl --disable-x11
--with-sdl-config=/usr/local/bin/sdl-config --disable-qtx-codecs

I get an undefined symbol when linking.

ld: Undefined symbols:
_InitializeQTML

I worked around the problem by not calling InitializeQTML in
libmpcodecs/ad_qtaudio.c  and libmpcodecs/vd_qtvideo.c. I figured that with
--disable-qtx-codecs that this wouldn't be necessary.

-Casey




More information about the MPlayer-users mailing list