diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-11-05 18:34:43 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-11-05 18:34:43 +0000 |
commit | 9499e6ea2bcb526b3516a7a57cbd744942bdfb7e (patch) | |
tree | cabbab9ecde0854ab850df0e50ffcb5822e8a18c /configure.ac | |
parent | b4c1abd6dd653d3cd5c0455d0bc9b21e92e47849 (diff) | |
download | xine-lib-9499e6ea2bcb526b3516a7a57cbd744942bdfb7e.tar.gz xine-lib-9499e6ea2bcb526b3516a7a57cbd744942bdfb7e.tar.bz2 |
remove audio_out specific stuff from cflags
CVS patchset: 5691
CVS date: 2003/11/05 18:34:43
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 1bb9d96cd..eacb90be1 100644 --- a/configure.ac +++ b/configure.ac @@ -1639,9 +1639,6 @@ case "$host_or_hostalias" in esac -CFLAGS="$CFLAGS $ALSA_CFLAGS $ESD_CFLAGS $ARTS_CFLAGS $IRIXAL_CFLAGS" -DEBUG_CFLAGS="$DEBUG_CFLAGS $ALSA_CFLAGS $ESD_CFLAGS $ARTS_CFLAGS $IRIXAL_CFLAGS" - AM_CONDITIONAL(HAVE_W32DLL, test x"$enable_w32dll" = "xyes") if test x"$enable_w32dll" = "xyes"; then W32DLL_DEP="" |