Skip to content

Instantly share code, notes, and snippets.

@atiensivu
Created September 10, 2017 02: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 atiensivu/135e0c2e4cca5a55ca01d4f701181d79 to your computer and use it in GitHub Desktop.
Save atiensivu/135e0c2e4cca5a55ca01d4f701181d79 to your computer and use it in GitHub Desktop.
tvheadend-git-master-pine64
# Compiling libtheora for master branch of tvheadend for Pine64 under Debian Stretch (DietPi)
# Missing working autoconf defaults for some reason
cd ~/Downloads/tvheadend/build.linux/ffmpeg/libtheora-1.1.1
mv config.guess config.guess.bad
mv config.sub config.sub.bad
cp /usr/share/misc/config.guess .
cp /usr/share/misc/config.sub .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment