Browse Source

This header just needs stdint.h, not inttypes.h, which is a superset of

stdint.h.  This has the sideeffect of fixing the build on Interix.
patch by Pete Ross, pross xvid org

Originally committed as revision 12225 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Peter Ross Diego Biurrun 18 years ago
parent
commit
fe0c188b4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/des.h

+ 1
- 1
libavutil/des.h View File

@@ -22,7 +22,7 @@
#ifndef FFMPEG_DES_H
#define FFMPEG_DES_H

#include <inttypes.h>
#include <stdint.h>

/**
* \brief en- or decrypt an 64-bit block of data with DES


Loading…
Cancel
Save