Skip to content
Snippets Groups Projects
Commit b2f83543 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Revert fixes on Ubuntu 10.04 in order to accomodate ffmpeg >= 0.6

parent c4d35b36
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,10 @@ extern "C" {
#if WITH_FFMPEG
# include <libavformat/avformat.h>
# include <libavcodec/avcodec.h>
# if LIBAVUTIL_VERSION_INT >= 0x320f01 //50.15.1 @ ffmpeg-0.6
# include <libavutil/opt.h>
# include <libavutil/pixdesc.h>
# endif
# include <libavutil/avutil.h>
# include <libswscale/swscale.h>
# if !HAVE_FFMPEG_AVCODEC_AVCODECID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment