Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 204007 | Differences between
and this patch

Collapse All | Expand All

(-)configure (-2 / +2 lines)
Lines 610-618 Link Here
610
fi
610
fi
611
611
612
echolog "Checking for libavformat ..."
612
echolog "Checking for libavformat ..."
613
check_lib ffmpeg/avformat.h av_register_all -lavformat || die "Error, can't find libavformat !"
613
check_lib libavformat/avformat.h av_register_all -lavformat || die "Error, can't find libavformat !"
614
echolog "Checking for libavcodec ..."
614
echolog "Checking for libavcodec ..."
615
check_lib ffmpeg/avcodec.h avcodec_register_all -lavcodec || die "Error, can't find libavcodec !"
615
check_lib libavcodec/avcodec.h avcodec_register_all -lavcodec || die "Error, can't find libavcodec !"
616
616
617
#################################################
617
#################################################
618
#   version
618
#   version

Return to bug 204007