Compdigitec Labs

Archive for October, 2012

Solving “libtool: Version mismatch error”

Thursday, October 18th, 2012

After ./configure and make, you get this interesting scenario: The solution?

Quilt responding with “File series fully applied” and not working

Monday, October 15th, 2012

The story so far… File series fully applied (no output) # On branch master nothing to commit (working directory clean) What’s happening here? Well, it turns out that we need to reset and clean the .pc directory of quilt: Now, let’s try applying the patches: Applying patch patch-number-one.patch patching file configure.ac Applying patch fix-build.patch patching […]

Libavcodec – native NEON compile vs hybrid mode

Thursday, October 4th, 2012

Background Benchmarks using the latest VLC beta and benching whether a native build solely for NEON is faster or a hybrid build. The expectation is that the native build should be very slightly faster than the hybrid build. This is done on a TI OMAP 4460 (Galaxy Nexus). Method is same as previous benchmarks. Results […]