diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-24 20:53:00 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-24 20:53:00 +0000 |
commit | b45eeec7a33e6b7475ebf02e3635e7d37ed33544 (patch) | |
tree | 5dbd28fee8ed5052b96bf9ebaa02cc8c8aa1320b /acconfig.h | |
parent | 8f4426252dba8db47beaea9b9956c03668c1a640 (diff) | |
download | xine-lib-b45eeec7a33e6b7475ebf02e3635e7d37ed33544.tar.gz xine-lib-b45eeec7a33e6b7475ebf02e3635e7d37ed33544.tar.bz2 |
Reunification of xine-lib and xine-output. Some code cleanups.
CVS patchset: 21
CVS date: 2001/04/24 20:53:00
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 37dcbb455..aaf2d438b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -27,3 +27,18 @@ /* Define this to skins directory location */ #undef XINE_SKINDIR + +/* Define this if you have X11R6 installed */ +#undef HAVE_X11 + +/* Define this if you have libXv installed */ +#undef HAVE_XV + +/* Define this if you have libXinerama installed */ +#undef HAVE_XINERAMA + +/* Define this if you have Alsa (libasound) installed */ +#undef HAVE_ALSA + +/* Define this if you have ESD (libesd) installed */ +#undef HAVE_ESD |