diff options
Diffstat (limited to 'multimedia/mplex/files/patch-inptstrm.c')
-rw-r--r-- | multimedia/mplex/files/patch-inptstrm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mplex/files/patch-inptstrm.c b/multimedia/mplex/files/patch-inptstrm.c index 92e720da93e8..88f0871910d6 100644 --- a/multimedia/mplex/files/patch-inptstrm.c +++ b/multimedia/mplex/files/patch-inptstrm.c @@ -1,12 +1,12 @@ ---- inptstrm.c.orig Wed May 31 08:04:11 1995 -+++ inptstrm.c Mon Sep 4 18:17:45 2000 +--- inptstrm.c.orig 1995-05-31 13:04:11 UTC ++++ inptstrm.c @@ -1,4 +1,5 @@ #include "main.h" +extern int Interactive; /************************************************************************* MPEG Streams Kontrolle -@@ -310,6 +311,7 @@ +@@ -310,6 +311,7 @@ unsigned int length; fclose (info_file); output_info_video (video_info); @@ -14,7 +14,7 @@ ask_continue (); } -@@ -565,6 +567,7 @@ +@@ -565,6 +567,7 @@ unsigned int length; close_bit_stream_r (&audio_bs); fclose (info_file); output_info_audio (audio_info); |