summaryrefslogtreecommitdiff
path: root/src/libffmpeg/Makefile.am
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-09-01 17:57:20 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-09-01 17:57:20 +0000
commit4fff623cae914340d0968855630d21ca69826b9a (patch)
tree959e65b8116c2ea2e363a4ebe59d89cebbae4e11 /src/libffmpeg/Makefile.am
parent1e2f00c5f029673e77f4cbb02a01b1063873d5be (diff)
downloadxine-lib-4fff623cae914340d0968855630d21ca69826b9a.tar.gz
xine-lib-4fff623cae914340d0968855630d21ca69826b9a.tar.bz2
Enable MMX accelerated code on x86
Workaround a gcc-2.95.2 compiler bug in put_pixels_clamped_mmx, add_pixels_clamped_mmx Fix "debug" build for libffmpeg CVS patchset: 541 CVS date: 2001/09/01 17:57:20
Diffstat (limited to 'src/libffmpeg/Makefile.am')
-rw-r--r--src/libffmpeg/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am
index 992b45aec..b180b3ba4 100644
--- a/src/libffmpeg/Makefile.am
+++ b/src/libffmpeg/Makefile.am
@@ -21,7 +21,10 @@ xineplug_decode_ff_la_LDFLAGS = \
noinst_HEADERS = config.h
debug:
- @$(MAKE) CFLAGS="@DEBUG_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H"
+ @list='$(SUBDIRS)'; for subdir in $$list; do \
+ (cd $$subdir && $(MAKE) $@) || exit;\
+ done;
+ @$(MAKE) CFLAGS="@DEBUG_CFLAGS@"
install-debug: debug
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am