diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-07 09:26:53 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-07 09:26:53 +0000 |
commit | f78ed1b4f87c53357ce23fa10d4f9976a69b5bad (patch) | |
tree | c37ea917e125489d70945e2fd4bb09277952fe64 /src/xine-utils | |
parent | 391cc992ca808ce0c22d560738883eda65ebd413 (diff) | |
download | xine-lib-f78ed1b4f87c53357ce23fa10d4f9976a69b5bad.tar.gz xine-lib-f78ed1b4f87c53357ce23fa10d4f9976a69b5bad.tar.bz2 |
remove useless gnu89 compiler flag, some configure tweaking
CVS patchset: 5257
CVS date: 2003/08/07 09:26:53
Diffstat (limited to 'src/xine-utils')
-rw-r--r-- | src/xine-utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am index d20c9d39b..6174f882d 100644 --- a/src/xine-utils/Makefile.am +++ b/src/xine-utils/Makefile.am @@ -12,7 +12,7 @@ if HAVE_XV_STATIC xv_libs = $(XV_LIB) endif -AM_CFLAGS = $(THREAD_CFLAGS) $(X_CFLAGS) @ANSI_FLAGS@ +AM_CFLAGS = $(THREAD_CFLAGS) $(X_CFLAGS) libxineutils_la_SOURCES = $(pppc_files) \ cpu_accel.c \ |