diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 23:54:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 23:54:42 +0000 |
commit | 1bdc5ad34514a9a2992b6ee79fc82f1737265bf1 (patch) | |
tree | cd29a3dc4589b5011a2cbb64ca67c7b16c1a0ff4 /multimedia/mplex/files/patch-ac | |
parent | Update to version 2.15. (diff) |
- Fix MASTER_SITES
- Support CC/CFLAGS properly
PR: 16674
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=28962
Diffstat (limited to 'multimedia/mplex/files/patch-ac')
-rw-r--r-- | multimedia/mplex/files/patch-ac | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/mplex/files/patch-ac b/multimedia/mplex/files/patch-ac new file mode 100644 index 000000000000..71c8be526b9b --- /dev/null +++ b/multimedia/mplex/files/patch-ac @@ -0,0 +1,22 @@ +--- inptstrm.c.orig Wed May 31 22:04:11 1995 ++++ inptstrm.c Fri Feb 11 09:52:17 2000 +@@ -310,7 +310,9 @@ + fclose (info_file); + output_info_video (video_info); + ++#if 0 + ask_continue (); ++#endif + } + + /************************************************************************* +@@ -565,7 +567,9 @@ + close_bit_stream_r (&audio_bs); + fclose (info_file); + output_info_audio (audio_info); ++#if 0 + ask_continue (); ++#endif + + } + |