Bug 351 - Fixed to compile with latest version 50 ffmpeg.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2009 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2006-07-04 10:46:16 +00:00
parent fd92f7bcb0
commit 0fe4e4c66d
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
#else // LIBAVCODEC_VERSION_INT #else // LIBAVCODEC_VERSION_INT
#define ZM_FFMPEG_CVS 1 #define ZM_FFMPEG_CVS 1
#endif // LIBAVCODEC_VERSION_INT #endif // LIBAVCODEC_VERSION_INT
#else // FFMPEG_VERSION_INT
#define ZM_FFMPEG_CVS 1
#endif // FFMPEG_VERSION_INT #endif // FFMPEG_VERSION_INT
class VideoStream class VideoStream