diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-09 15:37:29 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-09 15:37:29 +0000 |
commit | f617349ad3d71b6d8708e8e13bffa802cb7a49ef (patch) | |
tree | 9d93998688da5909ee959b74503128c8154257ac /graphics/mpeg2codec/files/patch-aa | |
parent | Ah, I think I now understand INSTALL scripts w/pkg_add (diff) |
upgrade to v 1.2
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>,
with minor mods by me
Notes
Notes:
svn path=/head/; revision=4910
Diffstat (limited to 'graphics/mpeg2codec/files/patch-aa')
-rw-r--r-- | graphics/mpeg2codec/files/patch-aa | 18 |
1 files changed, 9 insertions, 9 deletions
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 + |