diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-10 21:39:54 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-10 21:39:54 +0100 |
commit | 104d3fdf2af507145f7a936d5b2208c9a678638c (patch) | |
tree | a4c37f9815ae147830b4ebc186657971f7230541 /src/post/goom | |
parent | 2cf4445f446410a072d90a2aca84d3b61bb9d5cf (diff) | |
parent | cef40051eaa2199b20973217604f33a9eec75eda (diff) | |
download | xine-lib-104d3fdf2af507145f7a936d5b2208c9a678638c.tar.gz xine-lib-104d3fdf2af507145f7a936d5b2208c9a678638c.tar.bz2 |
Merge Reinhard Nissl's changes.
Diffstat (limited to 'src/post/goom')
-rw-r--r-- | src/post/goom/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am index e6bae3374..53a806a7a 100644 --- a/src/post/goom/Makefile.am +++ b/src/post/goom/Makefile.am @@ -8,6 +8,9 @@ EXTRA_DIST = mmx.c xmmx.c ppc_drawings.s ppc_zoom_ultimate.s diff_against_releas #CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g;s/-Os/-O2/g'` CFLAGS = `echo @CFLAGS@ | sed -e 's/-Os/-O2/g'` +# Avoid errors with -O0 +xineplug_post_goom_la-xmmx.o xineplug_post_goom_la-xmmx.lo: CFLAGS=`echo @CFLAGS@ | sed -e 's/-O0\?\s/-Os /g'` + xinepost_LTLIBRARIES = xineplug_post_goom.la ## doesn't work |