Related Posts
  • Forum Post: Re: Error in make command for a custom package

    I successfully compiled Pango, and there is no error. I figured out that it is trying to add X11 support and I checked the /src/configure script. There is an undocumented switch which I added to my Makefile ( ac_cv_have_x=no ) Here is my Makefile: # Pango Text rendering library by Morteza...
  • Forum Post: Re: Error in make command for a custom package

    Thanks Everyone!! :) I solved it myself. I looked into $DEVDIR/fs/fdsev/ for the compiled libraries (libpango-1.0.so) and found out that the path I was using inside the Makefile was incorrect. I fixed it and it works like a charm now. In the near future I will post a tutorial on the format...
  • Forum Post: Re: Error in make command for a custom package

    Thanks Todd, As you asked, I ran some tests on V4L2SRC and here are the performance outputs from my LeopardBoard 365 @ 297Mhz Pipeline without overlay: gst-launch -e v4l2src always-copy=FALSE input-src=composite ! 'video/x-raw-yuv,format=(fourcc)NV12,width=640,height=480,pitch=736'...