diff options
Diffstat (limited to 'src/post')
| -rw-r--r-- | src/post/deinterlace/tvtime.c | 1 | ||||
| -rw-r--r-- | src/post/goom/Makefile.am | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/post/deinterlace/tvtime.c b/src/post/deinterlace/tvtime.c index 31cf3f7c2..0c13329ff 100644 --- a/src/post/deinterlace/tvtime.c +++ b/src/post/deinterlace/tvtime.c @@ -20,7 +20,6 @@ # include "config.h" #endif -#define _GNU_SOURCE #include <stdio.h> #include <string.h> #include <unistd.h> diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am index 85d6c165e..bb6496342 100644 --- a/src/post/goom/Makefile.am +++ b/src/post/goom/Makefile.am @@ -5,7 +5,8 @@ libdir = $(XINE_PLUGINDIR)/post EXTRA_DIST = mmx.c xmmx.c ppc_drawings.s ppc_zoom_ultimate.s diff_against_release.patch ## -fomit-frame-pointer segfaults here -CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g;s/-Os//g'` +## Use -O2 if -Os is stripped or x86 does not build +CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g;s/-Os/-O2/g'` lib_LTLIBRARIES = xineplug_post_goom.la |
