0d731daf26
- 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>
12 lines
344 B
Plaintext
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];
|