diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-29 11:10:50 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-29 11:10:50 +0000 |
commit | 098a9e1144f620e3d975648920384d233dd85ed1 (patch) | |
tree | ccc698aa4ef38b140a74671c15fc7ebdbbdc3420 /src/post/goom | |
parent | aa531ef1fc9c69a8468746d1c5d2e8c6aab2d03a (diff) | |
download | xine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.gz xine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.bz2 |
auto* fix: pass 1
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50
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 e4d3b7f0e..f0037b7af 100644 --- a/src/post/goom/Makefile.am +++ b/src/post/goom/Makefile.am @@ -6,7 +6,7 @@ DEBUG_CFLAGS = @DEBUG_CFLAGS@ @ANSI_FLAGS@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic -EXTRA_DIST = zoom_filter_mmx.c +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'` |