can't enable D["HAVE_LIBAVFORMAT"]=" 1"

Forum for questions and support relating to the 1.24.x releases only.
Locked
koffu
Posts: 7
Joined: Thu Apr 15, 2010 11:24 am

can't enable D["HAVE_LIBAVFORMAT"]=" 1"

Post by koffu »

Hello!
I can't enable D["HAVE_LIBAVFORMAT"]=" 1" to get mpeg4 via rtsp working.
ZM 1.24.2 - fedora repo, ffmpeg & ffmpeg-libs was installed from rpmfusion.

Code: Select all

config.status:D["HAVE_LIBAVFORMAT_AVFORMAT_H"]=" 1"
headers was found correctly

Code: Select all

ac_cv_header_ffmpeg_libavcodec_avcodec_h=yes
ac_cv_header_ffmpeg_libavformat_avformat_h=yes
ac_cv_header_ffmpeg_libavutil_avutil_h=yes
ac_cv_header_ffmpeg_libswscale_swscale_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libavcodec_avcodec_h=yes
ac_cv_header_libavformat_avformat_h=yes
ac_cv_header_libavutil_avutil_h=yes
ac_cv_header_libswscale_swscale_h=yes
Locked