diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-11 16:57:40 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-11 16:57:40 +0100 |
| commit | 926542d8abcb138208a175ca09ef12e6a9f468f4 (patch) | |
| tree | fb67293754956116e369b97725d8dcb8aa2347d6 /src/post/planar | |
| parent | 33b45cfbe39f1bc84479f2a5ede235e5659162e9 (diff) | |
| parent | 104d3fdf2af507145f7a936d5b2208c9a678638c (diff) | |
| download | xine-lib-926542d8abcb138208a175ca09ef12e6a9f468f4.tar.gz xine-lib-926542d8abcb138208a175ca09ef12e6a9f468f4.tar.bz2 | |
Merge from -build-fixes branch.
Diffstat (limited to 'src/post/planar')
| -rw-r--r-- | src/post/planar/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am index 5fc425cdf..826f378a6 100644 --- a/src/post/planar/Makefile.am +++ b/src/post/planar/Makefile.am @@ -15,6 +15,11 @@ endif # work, but at least it compiles. AM_CFLAGS = $(ff_cflags) -fomit-frame-pointer +# Avoid errors with -O0 +xineplug_post_planar_la-eq.o xineplug_post_planar_la-eq.lo: CFLAGS=`echo @CFLAGS@ | sed -e 's/-O0\?\s/-Os /g'` +xineplug_post_planar_la-eq2.o xineplug_post_planar_la-eq2.lo: CFLAGS=`echo @CFLAGS@ | sed -e 's/-O0\?\s/-Os /g'` +xineplug_post_planar_la-noise.o xineplug_post_planar_la-noise.lo: CFLAGS=`echo @CFLAGS@ | sed -e 's/-O0\?\s/-Os /g'` + xinepost_LTLIBRARIES = xineplug_post_planar.la xineplug_post_planar_la_SOURCES = planar.c invert.c expand.c fill.c boxblur.c \ |
