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 /src/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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index df72f0989..62de0574d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = xine-utils xine-engine audio_out video_out dxr3 input libmpeg2 libspudec demuxers \ liba52 libffmpeg liblpcm libw32dll libmad libdts \ - libvorbis libdivx4 libsputext libspucc + libvorbis libdivx4 libsputext libspucc libxvid debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ |