aboutsummaryrefslogtreecommitdiffstats
path: root/main/ffmpeg/configure-dlvsym.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/ffmpeg: fix segfault due to symver beeing usedNatanael Copa2011-05-271-0/+30
problem was that configure script only checked if symver was supported by toolchain. Our toolchain supports it but uclibc's ld.so does not. So we check if ld.so has dlvsym() fixes #664 (cherry picked from commit 42621152fa4fe37326c199558c5d1f89dfd42794)