summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2013-04-15 23:06:22 +0300
committerPetri Hintukainen <phintuka@users.sourceforge.net>2013-04-15 23:06:22 +0300
commit73e30722761815fc01077f068436b176eef25241 (patch)
tree6ec10ce2d633eca17f83af5ef4f944535e3e830a
parent6b571cf5da3a4639400b2845e8a90a033d675290 (diff)
downloadxine-lib-73e30722761815fc01077f068436b176eef25241.tar.gz
xine-lib-73e30722761815fc01077f068436b176eef25241.tar.bz2
Define AVCODEC_MAX_AUDIO_FRAME_SIZE if it is not defined
-rw-r--r--src/combined/ffmpeg/ffmpeg_compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/combined/ffmpeg/ffmpeg_compat.h b/src/combined/ffmpeg/ffmpeg_compat.h
index 749468210..5a44ae2c8 100644
--- a/src/combined/ffmpeg/ffmpeg_compat.h
+++ b/src/combined/ffmpeg/ffmpeg_compat.h
@@ -142,4 +142,8 @@
# define PixelFormat AVPixelFormat
#endif
+#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE
+# define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000
+#endif
+
#endif /* XINE_AVCODEC_COMPAT_H */