summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-10-22 23:50:15 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-10-22 23:50:15 +0000
commit79bfd5a718b1d108ddb9bc8f06b1ac575703261c (patch)
tree8b8e3dc1594334a396a2e9622f9e376a7ff7ea30 /src
parent8f03706af8037570dec58760ee542d4f05ef3fe2 (diff)
downloadxine-lib-79bfd5a718b1d108ddb9bc8f06b1ac575703261c.tar.gz
xine-lib-79bfd5a718b1d108ddb9bc8f06b1ac575703261c.tar.bz2
Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFLAGS variable of their Makefile.am for the directory.
CVS patchset: 2943 CVS date: 2002/10/22 23:50:15
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/Makefile.am2
-rw-r--r--src/input/Makefile.am4
-rw-r--r--src/input/libdvdnav/Makefile.am2
-rw-r--r--src/input/libdvdread/Makefile.am2
-rw-r--r--src/xine-engine/Makefile.am2
-rw-r--r--src/xine-utils/Makefile.am2
6 files changed, 7 insertions, 7 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index f4971cd82..f813bae2a 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(OGG_CFLAGS)
+AM_CFLAGS = $(OGG_CFLAGS) @ANSI_FLAGS@
LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 58927b48d..23a8403c8 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -37,8 +37,8 @@ DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
link_dvdnav = libdvdnav/libdvdnav.la libdvdread/libdvdread.la
endif
-AM_CFLAGS = $(DVD_CFLAGS)
-DEBUG_CFLAGS = @DEBUG_CFLAGS@ $(DVD_CFLAGS)
+AM_CFLAGS = $(DVD_CFLAGS) @ANSI_FLAGS@
+DEBUG_CFLAGS = @DEBUG_CFLAGS@ $(DVD_CFLAGS) @ANSI_FLAGS@
lib_LTLIBRARIES = \
xineplug_inp_file.la \
diff --git a/src/input/libdvdnav/Makefile.am b/src/input/libdvdnav/Makefile.am
index d5cabf2dc..25fffce5d 100644
--- a/src/input/libdvdnav/Makefile.am
+++ b/src/input/libdvdnav/Makefile.am
@@ -1,7 +1,7 @@
DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
-I$(top_srcdir)/src/input/libdvdread/
-AM_CFLAGS = $(DVD_CFLAGS)
+AM_CFLAGS = $(DVD_CFLAGS) @ANSI_FLAGS@
noinst_LTLIBRARIES = libdvdnav.la
diff --git a/src/input/libdvdread/Makefile.am b/src/input/libdvdread/Makefile.am
index 0970438c1..43223b4d7 100644
--- a/src/input/libdvdread/Makefile.am
+++ b/src/input/libdvdread/Makefile.am
@@ -1,6 +1,6 @@
DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-AM_CFLAGS = $(DVD_CFLAGS)
+AM_CFLAGS = $(DVD_CFLAGS) @ANSI_FLAGS@
noinst_LTLIBRARIES = libdvdread.la
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am
index cd10b0823..634cb47ed 100644
--- a/src/xine-engine/Makefile.am
+++ b/src/xine-engine/Makefile.am
@@ -2,7 +2,7 @@
## Process this file with automake to produce Makefile.in
##
-AM_CFLAGS = $(THREAD_CFLAGS) $(X_CFLAGS)
+AM_CFLAGS = $(THREAD_CFLAGS) $(X_CFLAGS) @ANSI_FLAGS@
lib_LTLIBRARIES = libxine.la
diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am
index 1cca7b514..856ffc8f4 100644
--- a/src/xine-utils/Makefile.am
+++ b/src/xine-utils/Makefile.am
@@ -10,7 +10,7 @@ if PPC_ARCH
pppc_files = ppcasm_string.S
endif
-AM_CFLAGS = $(THREAD_CFLAGS)
+AM_CFLAGS = $(THREAD_CFLAGS) @ANSI_FLAGS@
libxineutils_la_SOURCES = $(pppc_files) \
cpu_accel.c \