Problem linking with --enable-shared When compiling the shared version of ffmpeg I get an error when it tries to link libavcodec.so. It's trying to link in dts (-ldts) when it should link in dts_pic in this case (-ldts_pic). -Aaron