Comment 17 for bug 273075

Revision history for this message
MMarking (cpt-mocha) wrote :

Intrepid 32 bit, CVS checkout is working properly, here is a quick HOWTO if you need to get your encoding going again:

In a root terminal:
apt-get remove gpac
cd /usr/src
cvs -z3 -d:pserver:<email address hidden>:/cvsroot/gpac co -P gpac
cd gpac/
./configure --prefix=/usr
make
make install