diff options
author | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:36:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:36:23 +0000 |
commit | 18d3e9c571b260b7c393c9eb63dc0c3054c107b5 (patch) | |
tree | f1d853293d6530ea084d7e5632235cf263175c0d /multimedia/mplex/files/patch-ab | |
parent | Avoids bus errors by closing and re-initializing the device before we (diff) |
Make user interaction a runtime switch instead of a compiletime option.
PR: 20956
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Notes
Notes:
svn path=/head/; revision=32273
Diffstat (limited to 'multimedia/mplex/files/patch-ab')
-rw-r--r-- | multimedia/mplex/files/patch-ab | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/multimedia/mplex/files/patch-ab b/multimedia/mplex/files/patch-ab index 4604cf28b84c..cee34107968d 100644 --- a/multimedia/mplex/files/patch-ab +++ b/multimedia/mplex/files/patch-ab @@ -1,6 +1,6 @@ ---- Makefile.orig Tue Apr 11 16:46:13 1995 -+++ Makefile Fri Feb 11 09:53:49 2000 -@@ -19,9 +19,9 @@ +--- Makefile.orig Tue Apr 11 02:46:13 1995 ++++ Makefile Mon Sep 4 18:13:42 2000 +@@ -19,10 +19,12 @@ #CFLAGS = -g @@ -10,5 +10,8 @@ -CC = cc +CC ?= cc RM = /bin/rm -f ++ ++CFLAGS+= -DTIMER OBJS = main.o bitstrm.o buffer.o inits.o inptstrm.o interact.o multplex.o systems.o timecode.o + |