diff options
Diffstat (limited to 'graphics/mpegedit/files/patch-aw')
-rw-r--r-- | graphics/mpegedit/files/patch-aw | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/mpegedit/files/patch-aw b/graphics/mpegedit/files/patch-aw new file mode 100644 index 000000000000..4b9dce1ff50c --- /dev/null +++ b/graphics/mpegedit/files/patch-aw @@ -0,0 +1,11 @@ +--- MpegCodec/decoder/jrevdct.c.orig Mon Aug 15 00:13:39 1994 ++++ MpegCodec/decoder/jrevdct.c Thu Jun 15 08:37:50 2000 +@@ -28,7 +28,7 @@ + + #include <string.h> + #include "dmpeg.h" +-#include "proto.h" ++/* #include "proto.h" */ + + #define GLOBAL /* a function referenced thru EXTERNs */ + |