]> git.sesse.net Git - vlc/commit
When using contribs, don't set --with-a52-tree or --with-libmpeg2-tree
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 10 Jul 2008 20:54:02 +0000 (22:54 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 10 Jul 2008 21:11:14 +0000 (23:11 +0200)
commit46f77d8add706d1d5a7f064039f63ffd219aa826
tree073b9126882248bb7c84d9fa765623340279e94e
parent883450528ae90cc67be6de49034630f3fa93e282
When using contribs, don't set --with-a52-tree or --with-libmpeg2-tree

These should both have been installed, ergo no need to use them from their src directory. (Does the same go for cyberlink? who uses it, and where? )
Now configure.ac won't be forced into the --tree modes for these codecs (which still use BUILTINS ). The latter also shows us that we still have decprecated BUILTINS stuff to cleanup.

Fixes #1682
configure.ac