Include stdint.h instead of inttypes.h, it is enough for what this file need.

Originally committed as revision 24966 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Vitor Sessak 15 years ago
parent b20359f51a
commit ef4a93426a
  1. 2
      libavcodec/ws-snd1.c

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <inttypes.h>
#include <stdint.h>
#include "libavutil/intreadwrite.h"
#include "avcodec.h"

Loading…
Cancel
Save