1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/multimedia/mpegedit/files/patch-at
Alexander Langer 0d731daf26 - Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properly
- Support NOPORTDOCS
- Remove USE_GMAKE
- Add WWW: line into pkg/DESCR
- Add pnm.1 LIB_DEPENDS

PR:		19344
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-28 13:34:38 +00:00

12 lines
357 B
Plaintext

--- MpegCodec/mpeg.C.orig Sun May 21 04:19:44 1995
+++ MpegCodec/mpeg.C Thu Jun 15 08:37:49 2000
@@ -890,7 +890,7 @@
*
*--------------------------------------------------------------
*/
-Mpeg::status Mpeg::Insert(int no_of_frames, const frame **f_array)
+Mpeg::status Mpeg::Insert(int no_of_frames, frame **f_array)
{
Fstruct Fs;
TempFrame TF;