|
From: rainbyte <rai...@us...> - 2012-07-17 10:52:50
|
Author: Alvaro Fernando Garcia <alv...@gm...>
Date: Mon Jul 16 21:16:44 2012 -0300
Fix ffmpeg related compilation issue.
---
game/ffmpeg.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/game/ffmpeg.cc b/game/ffmpeg.cc
index e4440ed..501c7b6 100644
--- a/game/ffmpeg.cc
+++ b/game/ffmpeg.cc
@@ -12,6 +12,8 @@ extern "C" {
#include SWSCALE_INCLUDE
}
+#define SAMPLE_FMT_S16 AV_SAMPLE_FMT_S16
+
#define AUDIO_CHANNELS 2
/*static*/ boost::mutex FFmpeg::s_avcodec_mutex;
|