summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-08-13 17:31:39 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-08-13 17:31:39 +0000
commitf5c9de51542df9673e756c4185f4106094d1b125 (patch)
treeb3420317e4fa091bac46b1a56a3cad347ec78aa9 /src
parent71b476ff4ba9b89f3e8964cbec3a81783dbb2452 (diff)
downloadxine-lib-f5c9de51542df9673e756c4185f4106094d1b125.tar.gz
xine-lib-f5c9de51542df9673e756c4185f4106094d1b125.tar.bz2
non-debug build crashes with gcc asm error (tries to spill BP register).
Enable standard GLOBAL_CFLAGS on a non-debug build. CVS patchset: 420 CVS date: 2001/08/13 17:31:39
Diffstat (limited to 'src')
-rw-r--r--src/libffmpeg/Makefile.am4
-rw-r--r--src/libffmpeg/libavcodec/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am
index 1f2e33d55..998146fe3 100644
--- a/src/libffmpeg/Makefile.am
+++ b/src/libffmpeg/Makefile.am
@@ -4,7 +4,7 @@
SUBDIRS = libavcodec
-CFLAGS = @CFLAGS@ -D_FILE_OFFSET_BITS=64 -Wall -DXINE_COMPILE
+CFLAGS = @GLOBAL_CFLAGS@
LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
@@ -21,7 +21,7 @@ xineplug_decode_ff_la_LDFLAGS = \
noinst_HEADERS = config.h bswap.h
debug:
- @$(MAKE) CFLAGS="-D_FILE_OFFSET_BITS=64 -Wall -DDEBUG -O -finline-functions -g -DXINE_COMPILE -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H"
+ @$(MAKE) CFLAGS="@DEBUG_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H"
install-debug: debug
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am
index 799be3e53..21a6452be 100644
--- a/src/libffmpeg/libavcodec/Makefile.am
+++ b/src/libffmpeg/libavcodec/Makefile.am
@@ -4,7 +4,7 @@
#CFLAGS = -D_FILE_OFFSET_BITS=64 @GLOBAL_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H
-CFLAGS = @CFLAGS@ -D_FILE_OFFSET_BITS=64 -Wall -DXINE_COMPILE -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H
+CFLAGS = @GLOBAL_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H
LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
@@ -27,7 +27,7 @@ noinst_HEADERS = avcodec.h dsputil.h mpegvideo.h dsputil_mmx_avg.h\
mpeg12data.h
debug:
- @$(MAKE) CFLAGS="-D_FILE_OFFSET_BITS=64 -Wall -DDEBUG -O -finline-functions -g -DXINE_COMPILE -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H"
+ @$(MAKE) CFLAGS="@DEBUG_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H"
install-debug: debug
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am