* Add support for the latest ffmpeg/libav library versions.

This commit is contained in:
Justin Maggard
2012-06-29 21:06:23 +00:00
parent 78af8c3d6e
commit 2c7a3bfc06
4 changed files with 51 additions and 19 deletions

View File

@ -77,6 +77,9 @@ typedef const struct dirent scan_filter;
#else
typedef struct dirent scan_filter;
#endif
#ifndef AV_LOG_PANIC
#define AV_LOG_PANIC AV_LOG_FATAL
#endif
int valid_cache = 0;