diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-08-17 10:01:48 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-08-17 10:01:48 +0000 |
| commit | 1970db6a30ced92c78ff10b3bd2ab21b41fba994 (patch) | |
| tree | 92266690158a4f2b671abf4d40723b7db808b2a4 /contrib/vdr2jpeg/ffm.cpp | |
| parent | f6046e66c5ce76fd47b113af760cb5b7757477c1 (diff) | |
| download | xxv-1970db6a30ced92c78ff10b3bd2ab21b41fba994.tar.gz xxv-1970db6a30ced92c78ff10b3bd2ab21b41fba994.tar.bz2 | |
* update to build with ffmpeg-svn (r14788)
Diffstat (limited to 'contrib/vdr2jpeg/ffm.cpp')
| -rw-r--r-- | contrib/vdr2jpeg/ffm.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/vdr2jpeg/ffm.cpp b/contrib/vdr2jpeg/ffm.cpp index fb4be80..658a8dc 100644 --- a/contrib/vdr2jpeg/ffm.cpp +++ b/contrib/vdr2jpeg/ffm.cpp @@ -20,10 +20,10 @@ #include "ffm.h" extern "C" { -#include <avutil.h> -#include <avcodec.h> -#include <avformat.h> -#include <swscale.h> +#include <libavutil/avutil.h> +#include <libavcodec/avcodec.h> +#include <libavformat/avformat.h> +#include <libswscale/swscale.h> } static int frame_width = 0; |
