November 12, 2014 · encoding compile daala codec video compresson cygwin x64 apt-cyg

Compiling Daala on Cygwin x64

  1. Install Cygwin x64 with wget
    https://cygwin.com/setup-x86_64.exe

  2. Install apt-cyg
    wget rawgit.com/XadillaX/apt-cyg/master/apt-cyg

install apt-cyg /bin

  1. Install Packages
    apt-cyg install gcc-core make pkg-config autoconf automake libtool libogg-devel libpng-devel libjpeg-devel check git

  2. Compile Daala

git clone https://git.xiph.org/daala.git

cd daala

./autogen.sh

./configure --disable-player

make -j22

make tools

if the compile fail try commenting out
CFLAGS="-std=c89 -pedantic -Wall -Wextra -Wno-parentheses -Wno-long-long -Wno-overlength-strings $CFLAGS"

CC_CHECK_CFLAGS_APPEND([-U__STRICT_ANSI__])

with # on front of the lines
from configure.ac file

issues: only encoder works for me atm, i need to figure out howto properly compile SDL, tools might fail to compile too with make tools

DigitalOcean Referral Badge
Keep my site online & receive a $200 60-day credit at DigitalOcean for your VPS Hosting
Cheaper Games on Instant-Gaming
Creative Commons Licence