From f617349ad3d71b6d8708e8e13bffa802cb7a49ef Mon Sep 17 00:00:00 2001 From: "Eric L. Hernes" Date: Mon, 9 Dec 1996 15:37:29 +0000 Subject: upgrade to v 1.2 Submitted by: Philippe Charnier , with minor mods by me --- graphics/mpeg2codec/files/patch-aa | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'graphics/mpeg2codec/files/patch-aa') diff --git a/graphics/mpeg2codec/files/patch-aa b/graphics/mpeg2codec/files/patch-aa index 44805e70d67d..cc0c7428c543 100644 --- a/graphics/mpeg2codec/files/patch-aa +++ b/graphics/mpeg2codec/files/patch-aa @@ -1,13 +1,12 @@ ---- Makefile 1996/06/18 18:44:04 1.1 -+++ Makefile 1996/06/18 19:46:05 -@@ -30,23 +30,23 @@ +--- Makefile 1996/11/25 19:40:19 1.1 ++++ Makefile 1996/11/25 21:33:39 +@@ -30,31 +30,31 @@ # uncomment the following two lines if you want to include X11 support # (mpeg2decode) -#USE_DISP = -DDISPLAY --#LIBS = -lX11 +USE_DISP = -DDISPLAY -+LIBS = -lX11 + #LIBS = -lX11 # uncomment the following two lines if you want to use shared memory # (faster display if server and client run on the same machine) @@ -30,12 +29,13 @@ # select one of the following CC CFLAGS settings -@@ -54,7 +54,7 @@ + # # GNU gcc # - CC = gcc +-CC = gcc -CFLAGS = -O2 ++CC = cc +CFLAGS = -O2 -m486 - # - # SPARCworks acc + all: mpeg2decode mpeg2encode + -- cgit v1.2.3