Skip to content

Instantly share code, notes, and snippets.

@trickkiste
Created October 22, 2012 17:17
Show Gist options
  • Select an option

  • Save trickkiste/3932713 to your computer and use it in GitHub Desktop.

Select an option

Save trickkiste/3932713 to your computer and use it in GitHub Desktop.
OBE configure script
Command line options: "--prefix=/opt/obe"
checking whether gcc works... yes
checking for -std=gnu99... yes
checking whether yasm supports vpaddw xmm0, xmm0, xmm0... yes
checking whether gcc supports __asm__("pabsw %xmm0, %xmm0");... yes
checking for pthread.h... yes
checking for x264_encoder_close(0); in x264.h... yes
checking whether X264_BUILD >= 99 is true... yes
checking for twolame_init(); in twolame.h... yes
checking for sws_init_context(0,0,0); in libswscale/swscale.h... yes
checking for av_get_pix_fmt_name(0); in libavutil/pixdesc.h... yes
checking for -lavcodec... yes
checking for -lswscale... yes
checking for -lavutil... yes
checking for -lavresample... yes
checking for -lm... yes
checking for -lz... yes
checking for -lbz2... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -I/opt/obe/include -Wall -I. -std=gnu99 -lbz2 -L/opt/obe/lib -lm -lrt -lpthread -lx264 -ltwolame
/usr/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status
--------------------------------------------------
checking for -lpthread... yes
checking for -lavifil32... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -I/opt/obe/include -Wall -I. -std=gnu99 -lavifil32 -L/opt/obe/lib -lm -lrt -lpthread -lx264 -ltwolame
/usr/bin/ld: cannot find -lavifil32
collect2: ld returned 1 exit status
--------------------------------------------------
checking for avformat_find_stream_info(0,0); avcodec_open2(0,0,0); in libavformat/avformat.h... yes
DIED: libavresample is a mandatory component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment