Problems building mplayer - crystalhd errors
On 3/10/11 10:05 PM, "Laine Lee" <llee040@sbcglobal.net> wrote:
I successfully built latest mplayer svn about a month ago. Now I'm getting errors that appear to be related to some provision for CrystalHD. I'm building with ffmpeg support. Is there something I can disable for mplayer or ffmpeg configuration that would prevent errors like these?
Undefined symbols: "_ff_mpeg4_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o) "_ff_msmpeg4_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o) "_ff_mpeg2_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o) "_ff_vc1_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o) "_ff_wmv3_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o) "_ff_h264_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o)
Thanks.
Laine Lee
Nevermind, I took a stab at adding "--disable-decoder=crystalhd" to the mplayer configure options and was able to compile successfully. Thanks. Laine Lee
from which version does mplayer suppport crystalhd? On Fri, Mar 11, 2011 at 4:33 AM, L. Lee <llee040@sbcglobal.net> wrote:
On 3/10/11 10:05 PM, "Laine Lee" <llee040@sbcglobal.net> wrote:
I successfully built latest mplayer svn about a month ago. Now I'm getting errors that appear to be related to some provision for CrystalHD. I'm building with ffmpeg support. Is there something I can disable for mplayer or ffmpeg configuration that would prevent errors like these?
Undefined symbols: "_ff_mpeg4_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o) "_ff_msmpeg4_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o) "_ff_mpeg2_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o) "_ff_vc1_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o) "_ff_wmv3_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o) "_ff_h264_crystalhd_decoder", referenced from: _avcodec_register_all in libavcodec.a(allcodecs.o)
Thanks.
Laine Lee
Nevermind, I took a stab at adding "--disable-decoder=crystalhd" to the mplayer configure options and was able to compile successfully. Thanks.
Laine Lee
_______________________________________________ MEncoder-users mailing list MEncoder-users@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
On Fri, Mar 11, 2011 at 12:23:45PM +0000, Claudiu Bucur wrote:
from which version does mplayer suppport crystalhd?
FFmpeg does, MPlayer doesn't. It might be possible to get it to work with the right etc/codecs.conf entry though. I expect the author of the FFmpeg part is working on it.
just found this, saying mplayer now supports crystalhd: http://intr.overt.org/blog/?p=117 https://github.com/philipl/mplayer-crystalhd On Fri, Mar 11, 2011 at 6:50 PM, Reimar Döffinger <Reimar.Doeffinger@gmx.de>wrote:
On Fri, Mar 11, 2011 at 12:23:45PM +0000, Claudiu Bucur wrote:
from which version does mplayer suppport crystalhd?
FFmpeg does, MPlayer doesn't. It might be possible to get it to work with the right etc/codecs.conf entry though. I expect the author of the FFmpeg part is working on it. _______________________________________________ MEncoder-users mailing list MEncoder-users@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
participants (3)
-
Claudiu Bucur -
L. Lee -
Reimar Döffinger