|
From: rainbyte <rai...@us...> - 2012-07-22 00:13:34
|
Author: Alvaro Fernando Garcia <alv...@gm...>
Date: Thu Jul 19 03:01:06 2012 -0300
Revert "Fix ffmpeg related compilation issue."
This reverts commit 3d45bd822ff2e4d9ae5843587bac2b9bc608cb06.
---
game/ffmpeg.cc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/game/ffmpeg.cc b/game/ffmpeg.cc
index 501c7b6..e4440ed 100644
--- a/game/ffmpeg.cc
+++ b/game/ffmpeg.cc
@@ -12,8 +12,6 @@ extern "C" {
#include SWSCALE_INCLUDE
}
-#define SAMPLE_FMT_S16 AV_SAMPLE_FMT_S16
-
#define AUDIO_CHANNELS 2
/*static*/ boost::mutex FFmpeg::s_avcodec_mutex;
|