diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-01-03 20:27:28 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-01-03 20:27:28 +0000 |
commit | cadecef5286880992c2de5b8cdda1631fb8fbebe (patch) | |
tree | bfce3940fb5739a5912eef81b1c81f507e28748f | |
parent | 2671f204b8b87bb08120ace2d85cf135cc041abb (diff) | |
download | xine-lib-cadecef5286880992c2de5b8cdda1631fb8fbebe.tar.gz xine-lib-cadecef5286880992c2de5b8cdda1631fb8fbebe.tar.bz2 |
Add directx output plugins to the list of plugins.
CVS patchset: 5983
CVS date: 2004/01/03 20:27:28
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f1b041848..0440a247f 100644 --- a/configure.ac +++ b/configure.ac @@ -2168,6 +2168,9 @@ if test x"$enable_vidix" = "xyes"; then echo ")" fi fi +if test x"$have_directx" = "xyes"; then + echo " - directx (DirectX video driver)" +fi echo "" dnl Audio plugins @@ -2192,6 +2195,9 @@ fi if test "x$am_cv_have_irixal" = xyes; then echo " - irixal (Irix audio library)" fi +if test x"$have_directx" = "xyes"; then + echo " - directx (DirectX audio driver)" +fi echo "---" |