Hi, I see in mplayer.conf that this is commented 'TODO': # TODO: used system avformat and postprocess ... pkginstalled ffmpeg && var_append confopt " " "--disable-libavcodec --disable-libavformat"
I changed it to this: # TODO: used system avformat and postprocess ... BK... pkginstalled ffmpeg && var_append confopt " " "--disable-libavcodec_a --disable-libavformat_a --disable-libavutil_a --disable-libpostproc_a" However it threw an error that 'ffmpeg/intreadwrite.h' is missing. I looked in the original source and found it in libavutil folder, copied it into the T2 build, and tried again. This time, mplayer compiled okay. ...however I have not yet tried it! So, for some reason when ffmpeg pkg installs, it leaves out intreadwrite.h, so I was wondering if this could be fixed in ffmpeg.conf? Regards, Barry Kauler ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe t2
