Author: Ken Bass Date: To: cinelerra Subject: [CinCV] Error building latest from git repo
I decided to clean out my previous installation (make uninstall, then rm -r
cinelerra/).
Got the latest version, via "git clone git://
git.cinelerra.org/j6t/cinelerra.git _cinelerra".
Did the following:
1) autoreconf -i --force (wouldn't run w/o the force overwrite)
2) ./configure --silent --disable-firewire --disable-alsatest
--disable-esdtest --disable-esd
3) make
got this error:
.libs/qth264.o: In function `encode':
/home/ken/build/cinelerra/quicktime/qth264.c:158: undefined reference to
`x264_encoder_open_83'
collect2: ld returned 1 exit status
make[3]: *** [libquicktimehv.la] Error 1
make[3]: Leaving directory `/home/ken/build/cinelerra/quicktime'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ken/build/cinelerra/quicktime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ken/build/cinelerra'
make: *** [all] Error 2