Skip to content

Instantly share code, notes, and snippets.

@carson
Created July 2, 2012 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carson/3032618 to your computer and use it in GitHub Desktop.
Save carson/3032618 to your computer and use it in GitHub Desktop.
# Install libCVD:
git clone git://git.savannah.nongnu.org/libcvd.git
cd libcvd
# the following variant builds PTAM successfully
# git checkout 97e21898cca391d0239eb52d2412f92d7f101c69
export CXXFLAGS=-D_REENTRANT
./configure --without-ffmpeg
# Open the file "Makefile" and insert the following addition after line 113:
# Begin addition
cvd_src/Linux/v4lbuffer.o \
# End addition
make -j4
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment