diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-22 10:22:06 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-22 10:22:06 +0000 |
commit | 4649e12104c85f1e5c667b1a88bae5ea1b1874c6 (patch) | |
tree | 54d4ef075dbf4204647f5464160256df4a672bf3 | |
parent | 6e6c22440014b3135d946f38cab015a99257daba (diff) | |
download | xine-lib-4649e12104c85f1e5c667b1a88bae5ea1b1874c6.tar.gz xine-lib-4649e12104c85f1e5c667b1a88bae5ea1b1874c6.tar.bz2 |
Comment out the cpu_accel.lo: rule.
CVS patchset: 14
CVS date: 2001/04/22 10:22:06
-rw-r--r-- | src/xine-engine/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 9cb427e5b..693051115 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -27,8 +27,13 @@ libxine_la_LDFLAGS = -version-info 5:0:5 noinst_HEADERS = xine_internal.h buffer.h metronom.h configfile.h \ monitor.h cpu_accel.h attributes.h utils.h -#cpu_accel.lo: -# $(CC) -DHAVE_CONFIG_H $(INCLUDES) -pipe `echo "@DEBUG_CFLAGS@" | sed -e 's/\-DDEBUG//' -e 's/\-g//'` -fomit-frame-pointer -Wall -Wp,-MD,.deps/cpu_accel.P -c $(basename $@).c -o $@ +## +# Hardcoded rule: +# gcc failed to compile this with some optimized flags on all of my +# systems. +# +cpu_accel.lo: + $(CC) -DHAVE_CONFIG_H $(INCLUDES) -pipe `echo "@DEBUG_CFLAGS@" | sed -e 's/\-DDEBUG//' -e 's/\-g//'` -fomit-frame-pointer -Wall -Wp,-MD,.deps/cpu_accel.P -c $(basename $@).c -o $@ # echo timestamp > $(basename $@).o |