Ticket #18856: patch-configure.diff
File patch-configure.diff, 877 bytes (added by dbevans (David B. Evans), 16 years ago) |
---|
-
configure
old new 610 610 fi 611 611 612 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 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 618 # version … … 688 688 fi 689 689 append_config "EXTRALIBS=$extralibs" 690 690 691 append_config " OPTFLAGS=$CFLAGS"691 append_config "CFLAGS=$CFLAGS" 692 692 append_config "LDFLAGS=$LDFLAGS" 693 693 append_config "INSTALL=$INSTALL" 694 694