diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2003-01-31 01:20:24 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2003-01-31 01:20:24 +0000 |
commit | 56a80d09d34037ab8ba07e67e4dc7184fff94656 (patch) | |
tree | 1549ed42ed8254747876c1495d50878224158b69 /src/post/goom | |
parent | e0d3c2d0b9b0facb06cfa3d42afb17778220dc67 (diff) | |
download | xine-lib-56a80d09d34037ab8ba07e67e4dc7184fff94656.tar.gz xine-lib-56a80d09d34037ab8ba07e67e4dc7184fff94656.tar.bz2 |
- Added debian into Makefile.am as a sub-directory rather than have the
makefile variable.
- Cleaned up Makefile.am (wine, goom, libxinevdec)
- Cleaned up compiler warnings (libfaad)
- Cleaned up header includes (libfaad, libdha)
CVS patchset: 4053
CVS date: 2003/01/31 01:20:24
Diffstat (limited to 'src/post/goom')
-rw-r--r-- | src/post/goom/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am index f0037b7af..50c91a316 100644 --- a/src/post/goom/Makefile.am +++ b/src/post/goom/Makefile.am @@ -9,7 +9,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic EXTRA_DIST = zoom_filter_mmx.c ppc_zoom_ultimate.s ## -fomit-frame-pointer segfaults here -CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g'` +AM_CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g'` libdir = $(XINE_PLUGINDIR)/post |