b4530c988d
* fixes some flv playback * removed ggi output - broken i386/sparc64. * removed gui (deprecated) - use gnome-mplayer instead. * removed win32 codecs - opensource codecs are good quality. OK, naddy@, sthen@
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
$OpenBSD: patch-libpostproc_Makefile,v 1.1 2009/10/11 13:36:23 edd Exp $
|
|
--- libpostproc/Makefile.orig Mon Apr 7 14:16:31 2008
|
|
+++ libpostproc/Makefile Mon Jul 20 17:37:07 2009
|
|
@@ -8,3 +8,10 @@ HEADERS = postprocess.h
|
|
OBJS = postprocess.o
|
|
|
|
include $(SUBDIR)../subdir.mak
|
|
+
|
|
+ifdef ARCH_X86_32
|
|
+ifeq (,$(findstring -O,$(CFLAGS)))
|
|
+postprocess.o: CFLAGS += -O
|
|
+endif
|
|
+postprocess.o: CFLAGS += -fomit-frame-pointer
|
|
+endif
|