]> git.sesse.net Git - ffmpeg/commit
Revert "Merge commit '61c31e4ee7ea79a9e74c0476b81244febf17e6d7'" (configure: Properly...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 1 Oct 2013 21:40:19 +0000 (23:40 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 1 Oct 2013 21:52:20 +0000 (23:52 +0200)
commitad8fbddb94c2d7e0fbcd46d508e962bbfd939ba4
treea0c35de4e303bb05df96626f4758a457dab35d32
parentedadda968c249bd10d412704cf305b1565fd3f7c
Revert "Merge commit '61c31e4ee7ea79a9e74c0476b81244febf17e6d7'" (configure: Properly set zlib dependencies for all components)

The reverted commit introduced undefined behavior.
undefined in the sense that the evaluation order of the dependencies affects the results

Fixes Ticket2920

This reverts commit c32db6adab9942781cc5a23f62abb839a5595a83, reversing
changes made to 05f1b4e2ecc4683467669a190e3a53df413de805.

Alternative solutions would be to change the dependency solver to handle non trivial
dependencies or to enable zlib by default before the dependency solver, this would
leave a zlib dependency in the libs though then even when no zlib is needed or used.
configure