Ticket #7920: configure.x264.patch
| File configure.x264.patch, 792 bytes (added by , 16 years ago) |
|---|
-
configure
old new 3122 3122 enabled libspeex && require libspeex speex/speex.h speex_decoder_init -lspeex 3123 3123 enabled libtheora && require libtheora theora/theora.h theora_info_init -ltheora -logg 3124 3124 enabled libvorbis && require libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg 3125 enabled libx264 && require libx264 x264.hx264_encoder_open -lx264 -lm &&3125 enabled libx264 && require2 libx264 "stdint.h x264.h" x264_encoder_open -lx264 -lm && 3126 3126 { check_cpp_condition x264.h "X264_BUILD >= 65" || 3127 3127 die "ERROR: libx264 version must be >= 0.65."; } 3128 3128 enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore
