| 9 | | And while this is somewhat off-topic, the define being -DSTATIC_LIB_WITH_ASM, does that preclude the ability of shared libraries using it? I would assume it does, but I just want to be sure. I have shared compilation worked out in my branch (although I've still not hammered all the kinks out of the install step or having it build alongside the static lib), and FFmpeg seems to work with it without problems, but I'm not sure how the '''STATIC'''_LIB_WITH_ASM thing would factor in, if at all. |
| | 9 | And while this is somewhat off-topic, the define being -DSTATIC_LIB_WITH_ASM, does that preclude the ability of shared libraries using it? I would assume it does, but I just want to be sure. I have shared compilation worked out in my branch (although I've still not hammered all the kinks out of the install step or having it build alongside the static lib*), and FFmpeg seems to work with it without problems, but I'm not sure how the '''STATIC'''_LIB_WITH_ASM thing would factor in, if at all. |
| | 10 | |
| | 11 | *EDIT 2012-08-14 8:30 AM EST: |
| | 12 | I've since fixed this. As far as I know, those kinks are now hammered out, and then some. |