freebsd-ports/multimedia/mpegedit/files/patch-av
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
344 B
Plaintext

--- MpegCodec/decoder/huffman.c.orig Mon Aug 15 00:08:13 1994
+++ MpegCodec/decoder/huffman.c Thu Jun 15 08:37:50 2000
@@ -31,7 +31,7 @@
#include "huffman.h"
#include "util.h"
#include "dmpeg.h"
-#include "proto.h"
+/* #include "proto.h" */
/* Decoding table for macroblock_address_increment */
mb_addr_inc_entry mb_addr_inc[2048];