diff options
Diffstat (limited to 'multimedia/mpegedit/files/patch-av')
-rw-r--r-- | multimedia/mpegedit/files/patch-av | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mpegedit/files/patch-av b/multimedia/mpegedit/files/patch-av new file mode 100644 index 000000000000..9f66335dc847 --- /dev/null +++ b/multimedia/mpegedit/files/patch-av @@ -0,0 +1,11 @@ +--- 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]; |