diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-04-20 18:42:35 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-04-20 18:42:35 +0000 |
commit | 157cc496c6378df5899b9e9ade8a37a1ee9706a7 (patch) | |
tree | 2cf32df0332fc4bbe4532ece780574ae40498997 /m4/Makefile.am | |
parent | 2d46a96efe82d911a106c316d6d11ac9a64cd9e0 (diff) | |
download | xine-lib-157cc496c6378df5899b9e9ade8a37a1ee9706a7.tar.gz xine-lib-157cc496c6378df5899b9e9ade8a37a1ee9706a7.tar.bz2 |
clean up use of global CFLAGS, add xvid patch contributed by Tomas Kovar
CVS patchset: 1749
CVS date: 2002/04/20 18:42:35
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r-- | m4/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 565e289de..876abdecb 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -10,7 +10,7 @@ endif m4data_DATA = xine.m4 EXTRA_DIST = xine.m4 _xine.m4 arts.m4 esd.m4 iconv.m4 lcmessage.m4 vorbis.m4 aa.m4 as.m4 \ - gettext.m4 irixal.m4 ogg.m4 alsa.m4 codeset.m4 glibc21.m4 isc-posix.m4 progtest.m4 sdl.m4 + gettext.m4 irixal.m4 ogg.m4 alsa.m4 codeset.m4 glibc21.m4 isc-posix.m4 progtest.m4 sdl.m4 xvid.m4 debug: |