FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
582 stars 105 forks source link

configure.ac: fix linker collision problems from sed moving -lrt #197

Closed qyot27 closed 9 years ago

qyot27 commented 9 years ago

If librtmp happens to be in the linker list, FFMS2 fails to configure because the -lrt check has a space before it, which also matches -lrtmp and makes the list collide with itself (-lshine -lrtmp becomes -lshinemp, which doesn't exist and causes the configuration error).

Since this also requires regenerating the build system, I've removed the regeneration commit from pull request #183.